summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-05-22 12:03:18 +0000
committerJim Meyering <jim@meyering.net>1996-05-22 12:03:18 +0000
commit5faf3cd5fbcb51cb8d76306ca6e58144e8309723 (patch)
tree3858a2b1c752fca53a2c29c64681dc0108d0ebd3 /src
parentb4a30ded4cc4fb7a78ca3526c0f3b33dc0dc5303 (diff)
downloadcoreutils-5faf3cd5fbcb51cb8d76306ca6e58144e8309723.tar.xz
.
Diffstat (limited to 'src')
-rw-r--r--src/id.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/id.c b/src/id.c
index dc9c12dbe..d21ade9f2 100644
--- a/src/id.c
+++ b/src/id.c
@@ -252,7 +252,7 @@ xgetgroups (const char *username, int *n_groups, GETGROUPS_T **groups)
return fail;
}
-/* Print all of the distinct groups the user is in . */
+/* Print all of the distinct groups the user is in. */
static void
print_group_list (char *username)