Patch from larry to fix some grammar errors.

This commit is contained in:
Eric Andersen
2001-05-23 20:32:09 +00:00
parent bdd4eced84
commit 77d9268892
32 changed files with 89 additions and 89 deletions

View File

@@ -94,7 +94,7 @@ static void parse_proc_status(char *S, proc_t * P)
else
error_msg("Internal error!");
/* For busybox, ignoring effective, saved, etc */
/* For busybox, ignoring effective, saved, etc. */
tmp = strstr(S, "Uid:");
if (tmp)
sscanf(tmp, "Uid:\t%d", &P->ruid);