]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(xreadlink): Correct outdated comment.
authorJim Meyering <jim@meyering.net>
Fri, 21 Nov 2003 08:21:23 +0000 (08:21 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 21 Nov 2003 08:21:23 +0000 (08:21 +0000)
lib/xreadlink.c

index e8c677b4438e4b2d3c39cd8337b7ae938624fb1a..347357897632b83fc53bb6155af1803850f06fc2 100644 (file)
@@ -49,7 +49,7 @@ extern int errno;
 /* 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 (caller may use errno to diagnose).
-   If realloc fails, or if the link value is longer than SIZE_MAX :-),
+   If malloc fails, or if the link value is longer than SSIZE_MAX :-),
    give a diagnostic and exit.  */
 
 char *