changeset 3455:dcc8dee09b16

tweak comment
author Jim Meyering <jim@meyering.net>
date Mon, 03 Sep 2001 18:26:42 +0000
parents 21277cc5ced5
children a83bb6f8feac
files lib/xreadlink.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.  */