From f3ab15b11760a5bfef21ad22e93f2c846446ffa4 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 19 Apr 2012 11:49:18 -0400 Subject: [PATCH] typo fix in comment --- plugins/sudoers/iolog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/sudoers/iolog.c b/plugins/sudoers/iolog.c index 6a11e645d..2757b1fc7 100644 --- a/plugins/sudoers/iolog.c +++ b/plugins/sudoers/iolog.c @@ -193,7 +193,7 @@ io_nextid(char *iolog_dir, char sessid[7]) } buf[6] = '\n'; - /* Stash id logging purposes */ + /* Stash id for logging purposes. */ memcpy(sessid, buf, 6); sessid[6] = '\0';