diff options
Diffstat (limited to 'sysdeps/unix/getlogin_r.c')
-rw-r--r-- | sysdeps/unix/getlogin_r.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/getlogin_r.c b/sysdeps/unix/getlogin_r.c index 868fdbee12..75f17cb86f 100644 --- a/sysdeps/unix/getlogin_r.c +++ b/sysdeps/unix/getlogin_r.c @@ -27,7 +27,7 @@ #include <utmp.h> /* Return at most NAME_LEN characters of the login name of the user in NAME. - If it cannot be determined or some other error occured, return the error + If it cannot be determined or some other error occurred, return the error code. Otherwise return 0. */ int |