Skip to content
Snippets Groups Projects
Commit beb131bb authored by Tim Wickberg's avatar Tim Wickberg
Browse files

Fix comment about updating job_array_split when modifying struct job_record.

parent 65d9062c
No related branches found
No related tags found
No related merge requests found
...@@ -571,7 +571,7 @@ typedef struct { ...@@ -571,7 +571,7 @@ typedef struct {
/* /*
* NOTE: When adding fields to the job_record, or any underlying structures, * 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 { struct job_record {
char *account; /* account number to charge */ char *account; /* account number to charge */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment