From 0bc12b4fbfd44905733b03c429d614bc1695cd12 Mon Sep 17 00:00:00 2001
From: Morris Jette <jette@schedmd.com>
Date: Wed, 26 Feb 2014 15:44:31 -0800
Subject: [PATCH] Fix typo in comment

No changes in logic
---
 src/plugins/select/cons_res/select_cons_res.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/select/cons_res/select_cons_res.c b/src/plugins/select/cons_res/select_cons_res.c
index 260b1602f2f..9baff75939a 100644
--- a/src/plugins/select/cons_res/select_cons_res.c
+++ b/src/plugins/select/cons_res/select_cons_res.c
@@ -1038,7 +1038,7 @@ static int _job_expand(struct job_record *from_job_ptr,
 						to_job_resrcs_ptr,
 						to_node_offset);
 			if (from_node_used) {
-				/* Adust cpu count for shared CPUs */
+				/* Adjust CPU count for shared CPUs */
 				int from_core_cnt, to_core_cnt, new_core_cnt;
 				from_core_cnt = count_job_resources_node(
 							from_job_resrcs_ptr,
-- 
GitLab