From: Todd C. Miller Date: Tue, 22 May 2012 20:28:36 +0000 (-0400) Subject: typo fix in comment X-Git-Tag: SUDO_1_7_10~106 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0032921d21da66d45bb76a388ea5bf42e5014097;p=sudo typo fix in comment --HG-- branch : 1.7 --- diff --git a/iolog.c b/iolog.c index f69eb1002..395e71061 100644 --- 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';