2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 01:49:11 +00:00

typo fix in comment

This commit is contained in:
Todd C. Miller 2012-04-19 11:49:18 -04:00
parent 15a9749364
commit f3ab15b117

View File

@ -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';