summaryrefslogtreecommitdiff
path: root/sysdeps/stub/getlogin_r.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/stub/getlogin_r.c')
-rw-r--r--sysdeps/stub/getlogin_r.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/stub/getlogin_r.c b/sysdeps/stub/getlogin_r.c
index d811818096..1b6145c12d 100644
--- a/sysdeps/stub/getlogin_r.c
+++ b/sysdeps/stub/getlogin_r.c
@@ -21,7 +21,7 @@
#include <unistd.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
getlogin_r (name, name_len)