From ee0173e565180df02e1586d550dfa3d9a43e3b5f Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Sun, 7 Oct 2001 22:42:23 +0000 Subject: merge from gcc --- libiberty/strdup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libiberty/strdup.c') diff --git a/libiberty/strdup.c b/libiberty/strdup.c index a01cedfbee..49233ba7aa 100644 --- a/libiberty/strdup.c +++ b/libiberty/strdup.c @@ -3,7 +3,7 @@ @deftypefn Supplemental char* strdup (const char *@var{s}) Returns a pointer to a copy of @var{s} in memory obtained from -@code{malloc}, or NULL if insufficient memory was available. +@code{malloc}, or @code{NULL} if insufficient memory was available. @end deftypefn -- cgit v1.2.1