]> granicus.if.org Git - sudo/commitdiff
typo fix in comment
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 22 May 2012 20:28:36 +0000 (16:28 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 22 May 2012 20:28:36 +0000 (16:28 -0400)
--HG--
branch : 1.7

iolog.c

diff --git a/iolog.c b/iolog.c
index f69eb10022b3fb3822966da9cd989d719ffe04f0..395e7106190f07768c89bf824d372f47fb14aa0c 100644 (file)
--- a/iolog.c
+++ b/iolog.c
@@ -141,7 +141,7 @@ io_nextid()
     }
     buf[6] = '\n';
 
-    /* Stash id logging purposes */
+    /* Stash id for logging purposes. */
     memcpy(sudo_user.sessid, buf, 6);
     sudo_user.sessid[6] = '\0';