diff options
author | Jim Meyering <jim@meyering.net> | 2001-09-03 18:26:42 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-09-03 18:26:42 +0000 |
commit | f5d7ab79b878046f4df4c86a89a237c71e990b76 (patch) | |
tree | 02f21d7f3f3792db99415692874cf7bff9d4d58c | |
parent | c9488ff0e1e7b1ace2121f5a0a01a9ca351b4dcc (diff) | |
download | coreutils-f5d7ab79b878046f4df4c86a89a237c71e990b76.tar.xz |
tweak comment
-rw-r--r-- | lib/xreadlink.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |