From 2db67fb1743a516b3902fc6d66d51e0b75a33e8c Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Thu, 25 Mar 2004 18:37:42 +0000 Subject: [PATCH] Correct a couple of errors in comments. No code changes. --- slurm/slurm.h.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slurm/slurm.h.in b/slurm/slurm.h.in index 9ea9d6ee5cf..ae6898f295b 100644 --- a/slurm/slurm.h.in +++ b/slurm/slurm.h.in @@ -654,7 +654,7 @@ extern int slurm_load_ctl_conf PARAMS(( /* * slurm_free_ctl_conf - free slurm control information response message * IN msg - pointer to slurm control information response message - * NOTE: buffer is loaded by slurm_load_jobs + * NOTE: buffer is loaded by slurm_load_ctl_conf */ extern void slurm_free_ctl_conf PARAMS((slurm_ctl_conf_t* slurm_ctl_conf_ptr)); @@ -686,7 +686,7 @@ extern int slurm_load_jobs PARAMS(( /* * slurm_free_job_info - free the job information response message * IN msg - pointer to job information response message - * NOTE: buffer is loaded by slurm_load_job. + * NOTE: buffer is loaded by slurm_load_jobs. */ extern void slurm_free_job_info_msg PARAMS((job_info_msg_t * job_buffer_ptr)); -- GitLab