From: Bruno Haible Date: Thu, 22 Feb 2007 23:32:46 +0000 (+0000) Subject: Fix comment. X-Git-Tag: cvs-readonly~997 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=4dcb445bf991d582035957417c0c4ee90b03eb3c;p=gnulib.git Fix comment. --- diff --git a/lib/getlogin_r.c b/lib/getlogin_r.c index 67ad33f21..bb89f6e60 100644 --- 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) {