From 040045d1126110956c43522b39ccd1b8ab4008d0 Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Tue, 22 Jun 2004 00:26:25 +0000
Subject: [PATCH] Modify comment for greater clarity.

---
 src/slurmctld/read_config.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/slurmctld/read_config.c b/src/slurmctld/read_config.c
index bf31f95c6c3..8daaca31d2c 100644
--- a/src/slurmctld/read_config.c
+++ b/src/slurmctld/read_config.c
@@ -3,7 +3,7 @@
  *****************************************************************************
  *  Copyright (C) 2002 The Regents of the University of California.
  *  Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
- *  Written by moe jette <jette1@llnl.gov>.
+ *  Written by Morris Jette <jette1@llnl.gov>.
  *  UCRL-CODE-2002-040.
  *  
  *  This file is part of SLURM, a resource management program.
@@ -988,7 +988,7 @@ static int _sync_nodes_to_comp_job(void)
 	return update_cnt;
 }
 
-/* Synchronize states of nodes and active jobs
+/* Synchronize states of nodes and active jobs (RUNNING or COMPLETING state)
  * RET count of jobs with state changes */
 static int _sync_nodes_to_active_job(struct job_record *job_ptr)
 {
-- 
GitLab