1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

tweak comment

This commit is contained in:
Jim Meyering
2001-09-03 18:26:42 +00:00
parent c9488ff0e1
commit f5d7ab79b8

View 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. */