summaryrefslogtreecommitdiff
path: root/lib/xreadlink.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-09-03 18:26:42 +0000
committerJim Meyering <jim@meyering.net>2001-09-03 18:26:42 +0000
commitf5d7ab79b878046f4df4c86a89a237c71e990b76 (patch)
tree02f21d7f3f3792db99415692874cf7bff9d4d58c /lib/xreadlink.c
parentc9488ff0e1e7b1ace2121f5a0a01a9ca351b4dcc (diff)
downloadcoreutils-f5d7ab79b878046f4df4c86a89a237c71e990b76.tar.xz
tweak comment
Diffstat (limited to 'lib/xreadlink.c')
-rw-r--r--lib/xreadlink.c2
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. */