diff options
Diffstat (limited to 'pith/osdep/pw_stuff.c')
-rw-r--r-- | pith/osdep/pw_stuff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pith/osdep/pw_stuff.c b/pith/osdep/pw_stuff.c index 8938f77c..328a0b93 100644 --- a/pith/osdep/pw_stuff.c +++ b/pith/osdep/pw_stuff.c @@ -35,7 +35,7 @@ static char *gcos_name(char *, char *); Pull the name out of the gcos field if we have that sort of /etc/passwd Args: gcos_field -- The long name or GCOS field to be parsed - logname -- Replaces occurences of & with logname string + logname -- Replaces occurrences of & with logname string Result: returns pointer to buffer with name ----*/ |