From beb131bb1c7fc07e83da9d4f79d34e0b5a29a90e Mon Sep 17 00:00:00 2001
From: Tim Wickberg <tim@schedmd.com>
Date: Fri, 28 Apr 2017 11:33:25 -0600
Subject: [PATCH] Fix comment about updating job_array_split when modifying
 struct job_record.

---
 src/slurmctld/slurmctld.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/slurmctld/slurmctld.h b/src/slurmctld/slurmctld.h
index 06b10709277..738a20cb90e 100644
--- a/src/slurmctld/slurmctld.h
+++ b/src/slurmctld/slurmctld.h
@@ -571,7 +571,7 @@ typedef struct {
 
 /*
  * NOTE: When adding fields to the job_record, or any underlying structures,
- * be sure to sync with _rec_job_copy.
+ * be sure to sync with job_array_split.
  */
 struct job_record {
 	char    *account;		/* account number to charge */
-- 
GitLab