From: Jim Meyering Date: Mon, 3 Sep 2001 18:26:42 +0000 (+0000) Subject: tweak comment X-Git-Tag: TEXTUTILS-2_0_15~161 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=f5d7ab79b878046f4df4c86a89a237c71e990b76;p=thirdparty%2Fcoreutils.git tweak comment --- diff --git a/lib/xreadlink.c b/lib/xreadlink.c index a01833381a..3194d318af 100644 --- a/lib/xreadlink.c +++ b/lib/xreadlink.c @@ -39,7 +39,7 @@ /* Call readlink to get the symbolic link value of FILENAME. Return a pointer to that NUL-terminated string in malloc'd storage. - If readlink fails, return NULL (use errno to diagnose). + If readlink fails, return NULL (caller may use errno to diagnose). If realloc fails, or if the link value is longer than SIZE_MAX :-), give a diagnostic and exit. */