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

---
 src/plugins/mpi/mpichgm/mpi_mpichgm.c | 2 +-
 src/plugins/mpi/mpichgm/mpichgm.c     | 3 ++-
 src/plugins/mpi/mpichgm/mpichgm.h     | 4 ++--
 3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/plugins/mpi/mpichgm/mpi_mpichgm.c b/src/plugins/mpi/mpichgm/mpi_mpichgm.c
index cc014a9f8ee..bf0b15ae95a 100644
--- a/src/plugins/mpi/mpichgm/mpi_mpichgm.c
+++ b/src/plugins/mpi/mpichgm/mpi_mpichgm.c
@@ -1,6 +1,6 @@
 /*****************************************************************************\
  **  mpi_gmpi.c - Library routines for initiating jobs on with gmpi type mpi 
- **  $Id: mpi_gmpi.c,v 1.7 2005/06/07 18:25:32 morrone Exp $
+ **  $Id$
  *****************************************************************************
  *  Copyright (C) 2004 The Regents of the University of California.
  *  Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
diff --git a/src/plugins/mpi/mpichgm/mpichgm.c b/src/plugins/mpi/mpichgm/mpichgm.c
index 2b0e1cba695..d0fd3cbc5c3 100644
--- a/src/plugins/mpi/mpichgm/mpichgm.c
+++ b/src/plugins/mpi/mpichgm/mpichgm.c
@@ -1,5 +1,6 @@
 /*****************************************************************************\
- *  gmpi.c - srun support for MPICH-GM (GMPI)
+ ** mpichgm.c - srun support for MPICH-GM (GMPI)
+ ** $Id$
  *****************************************************************************
  *  Copyright (C) 2004 The Regents of the University of California.
  *  Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
diff --git a/src/plugins/mpi/mpichgm/mpichgm.h b/src/plugins/mpi/mpichgm/mpichgm.h
index ad6b318c6ca..64275249897 100644
--- a/src/plugins/mpi/mpichgm/mpichgm.h
+++ b/src/plugins/mpi/mpichgm/mpichgm.h
@@ -1,6 +1,6 @@
 /*****************************************************************************\
- **  gmpi.h - Library routines for initiating jobs on with gmpi type mpi 
- **  $Id: mpi_gmpi.c,v 1.7 2005/06/07 18:25:32 morrone Exp $
+ **  mpichgm.h - Library routines for initiating jobs on with gmpi type mpi 
+ **  $Id$
  *****************************************************************************
  *  Copyright (C) 2004 The Regents of the University of California.
  *  Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
-- 
GitLab