From 94d628c76ab8e1a7837f4fda5a21be531f8efdea Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 8 Oct 2004 08:07:40 +0000 Subject: Tito writes: Hi to all, This patch contains just some fixes for some misleading comments in my_getpwuid.c and my_getug.c. The code is untouched so this patch will not cause troubles. Please apply. Thanks in advance and Ciao, Tito --- libbb/my_getpwuid.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libbb/my_getpwuid.c') diff --git a/libbb/my_getpwuid.c b/libbb/my_getpwuid.c index 3195a2182..7da360ac8 100644 --- a/libbb/my_getpwuid.c +++ b/libbb/my_getpwuid.c @@ -22,15 +22,15 @@ /* Hacked by Tito Ragusa (c) 2004 to make it more * flexible : * - * if bufsize is > 0 char *user can not be set to NULL. - * On success username is written on static allocated buffer name + * if bufsize is > 0 char *name can not be set to NULL. + * On success username is written on the static allocated buffer name * (and a pointer to it is returned). - * On failure uid as string is written to static allocated buffer name + * On failure uid as string is written to the static allocated buffer name * and NULL is returned. - * if bufsize is = 0 char *user can be set to NULL. + * if bufsize is = 0 char *name can be set to NULL. * On success username is returned. * On failure NULL is returned. - * if bufsize is < 0 char *user can be set to NULL + * if bufsize is < 0 char *name can be set to NULL * On success username is returned. * On failure an error message is printed and the program exits. */ -- cgit v1.2.3