diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-05-23 20:32:09 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-05-23 20:32:09 +0000 |
commit | b80bdec29037155df3cda15949b812b9299fdab6 (patch) | |
tree | 68208146cb391cdc03aaaa89c63f4cdecf70255a /procps/ps.c | |
parent | 85c4e72ec3a999d9ba8641b6f141c43621d9ea2b (diff) | |
download | busybox-w32-b80bdec29037155df3cda15949b812b9299fdab6.tar.gz busybox-w32-b80bdec29037155df3cda15949b812b9299fdab6.tar.bz2 busybox-w32-b80bdec29037155df3cda15949b812b9299fdab6.zip |
Patch from larry to fix some grammar errors.
git-svn-id: svn://busybox.net/trunk/busybox@2715 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'procps/ps.c')
-rw-r--r-- | procps/ps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/ps.c b/procps/ps.c index 24f806c4b..bf162bbe5 100644 --- a/procps/ps.c +++ b/procps/ps.c | |||
@@ -94,7 +94,7 @@ static void parse_proc_status(char *S, proc_t * P) | |||
94 | else | 94 | else |
95 | error_msg("Internal error!"); | 95 | error_msg("Internal error!"); |
96 | 96 | ||
97 | /* For busybox, ignoring effective, saved, etc */ | 97 | /* For busybox, ignoring effective, saved, etc. */ |
98 | tmp = strstr(S, "Uid:"); | 98 | tmp = strstr(S, "Uid:"); |
99 | if (tmp) | 99 | if (tmp) |
100 | sscanf(tmp, "Uid:\t%d", &P->ruid); | 100 | sscanf(tmp, "Uid:\t%d", &P->ruid); |