From c34c8a631b0b6167ef92f5cadb60985b79f6e264 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 3 Sep 2001 18:26:42 +0000 Subject: [PATCH] tweak comment --- lib/xreadlink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/xreadlink.c b/lib/xreadlink.c index a01833381..3194d318a 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. */ -- 2.11.0