From 70cd1a26c700c01b60c23f5a0c337810caff14d7 Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Wed, 14 Dec 2005 18:29:43 +0000
Subject: [PATCH] Fix error in comment, no changes to logic.

---
 src/slurmctld/step_mgr.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/slurmctld/step_mgr.c b/src/slurmctld/step_mgr.c
index df83c9a9591..e31f2b4fff2 100644
--- a/src/slurmctld/step_mgr.c
+++ b/src/slurmctld/step_mgr.c
@@ -444,9 +444,9 @@ try_again:
 			fatal("bit_alloc malloc failure");
 	}
 
-	/* istep_specs->node_listf user specifies step needs a specific processor count and  */
-	/* all nodes have the same processor count, just translate this to */
-	/* a node count */
+	/* if user specifies step needs a specific processor count and 
+	 * all nodes have the same processor count, just translate this to
+	 * a node count */
 	if (step_spec->cpu_count && (job_ptr->num_cpu_groups == 1)) {
 		i = (step_spec->cpu_count + (job_ptr->cpus_per_node[0] - 1) ) 
 				/ job_ptr->cpus_per_node[0];
-- 
GitLab