Some more patchelttes from Larry Doolittle.
[oweals/busybox.git] / ps.c
diff --git a/ps.c b/ps.c
index 24f806c4b35d3e5dc45bd23c18e6b1883efa4d88..bf162bbe53e21ef7775d01842bd47b94c1b88011 100644 (file)
--- a/ps.c
+++ b/ps.c
@@ -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);