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