aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-11-05 08:18:16 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-11-05 08:18:16 +0000
commita643816fe360c7551ac19c04e10111be620e9dad (patch)
tree37acab908d47b63c6047699a337377e619d0bc00
parent6559100021a271b0ec1948ff69a0b63861b399d5 (diff)
downloadbusybox-w32-a643816fe360c7551ac19c04e10111be620e9dad.tar.gz
busybox-w32-a643816fe360c7551ac19c04e10111be620e9dad.tar.bz2
busybox-w32-a643816fe360c7551ac19c04e10111be620e9dad.zip
- commentary typo fix (tito)
-rw-r--r--coreutils/id.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/id.c b/coreutils/id.c
index 3a12011fb..a75c226ef 100644
--- a/coreutils/id.c
+++ b/coreutils/id.c
@@ -133,7 +133,7 @@ int id_main(int argc UNUSED_PARAM, char **argv)
133 } 133 }
134 /* JUST_ALL_GROUPS ignores -r PRINT_REAL flag even if man page for */ 134 /* JUST_ALL_GROUPS ignores -r PRINT_REAL flag even if man page for */
135 /* id says: print the real ID instead of the effective ID, with -ugG */ 135 /* id says: print the real ID instead of the effective ID, with -ugG */
136 /* in fact in ths case egid is always printed if egid != rgid */ 136 /* in fact in this case egid is always printed if egid != rgid */
137 if (!opt || (opt & JUST_ALL_GROUPS)) { 137 if (!opt || (opt & JUST_ALL_GROUPS)) {
138 gid_t *groups; 138 gid_t *groups;
139 int n; 139 int n;