diff --git a/src/common/gres.c b/src/common/gres.c index 20e50acc05eb9f75189833101ec4151aacbea862..23a9cb117e32c3f8ac4331c0b8efd2971c809cd3 100644 --- a/src/common/gres.c +++ b/src/common/gres.c @@ -3391,7 +3391,7 @@ static void _job_state_log(void *gres_data, uint32_t job_id, char *gres_name) /* * Extract from the job record's gres_list the count of allocated resources of - * the named gres gres typee. + * the named gres type. * IN job_gres_list - job record's gres_list. * IN gres_name_type - the name of the gres type to retrieve the associated * value from. @@ -4694,7 +4694,7 @@ extern void gres_plugin_step_state_file(List gres_list, int *gres_bit_alloc, slurm_mutex_unlock(&gres_context_lock); } -/* Send GRES information to slurmstepd on the specified file descriptor*/ +/* Send GRES information to slurmstepd on the specified file descriptor */ extern void gres_plugin_send_stepd(int fd) { int i; @@ -4711,7 +4711,7 @@ extern void gres_plugin_send_stepd(int fd) slurm_mutex_unlock(&gres_context_lock); } -/* Receive GRES information from slurmd on the specified file descriptor*/ +/* Receive GRES information from slurmd on the specified file descriptor */ extern void gres_plugin_recv_stepd(int fd) { int i; diff --git a/src/common/gres.h b/src/common/gres.h index 9c7be116001ec2cd83baf0ec9cf6875f37719268..e188a958fb3b6c8bae650b7327a01afaffc031d9 100644 --- a/src/common/gres.h +++ b/src/common/gres.h @@ -208,10 +208,10 @@ extern void gres_plugin_job_state_file(List gres_list, int *gres_bit_alloc, extern void gres_plugin_step_state_file(List gres_list, int *gres_bit_alloc, int *gres_count); -/* Send GRES information to slurmstepd on the specified file descriptor*/ +/* Send GRES information to slurmstepd on the specified file descriptor */ extern void gres_plugin_send_stepd(int fd); -/* Receive GRES information from slurmd on the specified file descriptor*/ +/* Receive GRES information from slurmd on the specified file descriptor */ extern void gres_plugin_recv_stepd(int fd); /* @@ -440,7 +440,7 @@ extern void gres_plugin_job_set_env(char ***job_env_ptr, List job_gres_list); /* * Extract from the job record's gres_list the count of allocated resources of - * the named gres gres typee. + * the named gres type. * IN job_gres_list - job record's gres_list. * IN gres_name_type - the name of the gres type to retrieve the associated * value from.