Skip to content
Snippets Groups Projects
Commit 56bc545a authored by Moe Jette's avatar Moe Jette
Browse files

Fix typo in comment, no changes in logic

parent 0154fb34
No related branches found
No related tags found
No related merge requests found
...@@ -500,7 +500,7 @@ typedef struct job_descriptor { /* For submit, allocate, and update requests */ ...@@ -500,7 +500,7 @@ typedef struct job_descriptor { /* For submit, allocate, and update requests */
uint16_t rotate; /* permit geometry rotation if set */ uint16_t rotate; /* permit geometry rotation if set */
char *blrtsimage; /* BlrtsImage for block */ char *blrtsimage; /* BlrtsImage for block */
char *linuximage; /* LinuxImage for block */ char *linuximage; /* LinuxImage for block */
char *mloaderimage; /* mloaderImage for block */ char *mloaderimage; /* MloaderImage for block */
char *ramdiskimage; /* RamDiskImage for block */ char *ramdiskimage; /* RamDiskImage for block */
/* End of Blue Gene specific values */ /* End of Blue Gene specific values */
......
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