tweak comment
authorJim Meyering <jim@meyering.net>
Mon, 3 Sep 2001 18:26:42 +0000 (18:26 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 3 Sep 2001 18:26:42 +0000 (18:26 +0000)
lib/xreadlink.c

index a018333..3194d31 100644 (file)
@@ -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.  */