From 454aed7f61fce1aab712f517f04626c4ef225576 Mon Sep 17 00:00:00 2001
From: Danny Auble <da@schedmd.com>
Date: Tue, 20 Feb 2018 11:43:17 -0700
Subject: [PATCH] Remove incorrect function name from header.

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

diff --git a/src/slurmctld/job_mgr.c b/src/slurmctld/job_mgr.c
index 583e31234c4..22f01c79794 100644
--- a/src/slurmctld/job_mgr.c
+++ b/src/slurmctld/job_mgr.c
@@ -9001,7 +9001,7 @@ static int _validate_job_desc(job_desc_msg_t * job_desc_msg, int allocate,
 	return SLURM_SUCCESS;
 }
 
-/* _validate_pn_min_mem()
+/*
  * Traverse the list of partitions and invoke the
  * function validating the job memory specification.
  */
-- 
GitLab