* lib/gshadow_.h: Fix typo in comment.

This commit is contained in:
nekral-guest
2011-08-14 13:16:54 +00:00
parent 5f37d13405
commit 41accaf963
2 changed files with 5 additions and 1 deletions

View File

@@ -43,7 +43,7 @@
struct sgrp {
char *sg_name; /* group name */
char *sg_passwd; /* group password */
char **sg_adm; /* group administator list */
char **sg_adm; /* group administrator list */
char **sg_mem; /* group membership list */
};