commit | 77d9268892b0d9624ab95bb551cbfe7a745d2666 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Wed May 23 20:32:09 2001 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Wed May 23 20:32:09 2001 +0000 |
tree | 68208146cb391cdc03aaaa89c63f4cdecf70255a | |
parent | bdd4eced8475919c9768c5aa1396e674397c63fd [diff] [blame] |
Patch from larry to fix some grammar errors.
diff --git a/procps/ps.c b/procps/ps.c index 24f806c..bf162bb 100644 --- a/procps/ps.c +++ b/procps/ps.c
@@ -94,7 +94,7 @@ 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);