From 473290e713a722b7ab8f9b52ffc24684bb1ac7ea Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Fri, 21 Jan 2005 21:01:35 +0000
Subject: [PATCH] Fix typo in comment.

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

diff --git a/src/slurmd/mgr.c b/src/slurmd/mgr.c
index f16d95174b7..d739256ec10 100644
--- a/src/slurmd/mgr.c
+++ b/src/slurmd/mgr.c
@@ -630,7 +630,7 @@ _create_job_session(slurmd_job_t *job)
 
 	/*
 	 * If the created job terminates immediately, the shared memory
-	 * record can be purged before we canset the mpid and sid below.
+	 * record can be purged before we can set the mpid and sid below.
 	 * This does not truly indicate an error condition, but a rare 
 	 * timing anomaly. Thus we log the event using debug()
 	 */
-- 
GitLab