changeset 8221:27765b2c8243

Fix comment.
author Bruno Haible <bruno@clisp.org>
date Thu, 22 Feb 2007 23:32:46 +0000
parents e74ec200220b
children 71d0fb7c1252
files lib/getlogin_r.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/getlogin_r.c
+++ b/lib/getlogin_r.c
@@ -30,7 +30,7 @@
 char *getlogin (void);
 #endif
 
-/* See getlogin_r.h for documentation.  */
+/* See unistd_.h for documentation.  */
 int
 getlogin_r (char *name, size_t size)
 {