From 7cd24d44402a1ea07615c4d0c696e02d7fb077f7 Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Wed, 24 Aug 2005 16:27:43 +0000
Subject: [PATCH] Correct file names in headers, no changes in logic.

---
 src/plugins/proctrack/linuxproc/kill_tree.c | 4 ++--
 src/plugins/proctrack/linuxproc/kill_tree.h | 3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/plugins/proctrack/linuxproc/kill_tree.c b/src/plugins/proctrack/linuxproc/kill_tree.c
index 1cd9ceae77f..44754d7e2eb 100644
--- a/src/plugins/proctrack/linuxproc/kill_tree.c
+++ b/src/plugins/proctrack/linuxproc/kill_tree.c
@@ -1,6 +1,6 @@
 /*****************************************************************************\
- * src/slurmd/kill_tree.c - Kill process tree based upon process IDs
- * Used primarily for MPICH-GM
+ *  kill_tree.c - Kill process tree based upon process IDs
+ *	Used primarily for MPICH-GM
  *****************************************************************************
  *  Copyright (C) 2004 The Regents of the University of California.
  *  Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
diff --git a/src/plugins/proctrack/linuxproc/kill_tree.h b/src/plugins/proctrack/linuxproc/kill_tree.h
index d3958e81a4b..e185dd0441f 100644
--- a/src/plugins/proctrack/linuxproc/kill_tree.h
+++ b/src/plugins/proctrack/linuxproc/kill_tree.h
@@ -1,5 +1,6 @@
 /*****************************************************************************\
- *  gmpi.h - srun support for MPICH-GM (GMPI)
+ *  kill_tree.h - Kill process tree based upon process IDs
+ *	Used primarily for MPICH-GM
  *****************************************************************************
  *  Copyright (C) 2004 The Regents of the University of California.
  *  Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
-- 
GitLab