summaryrefslogtreecommitdiff
path: root/libiberty/strstr.c
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2001-10-07 22:42:23 +0000
committerDJ Delorie <dj@delorie.com>2001-10-07 22:42:23 +0000
commitf408a0c0ef4c360ad3ae96ca1e3b976587c666d5 (patch)
tree43876d6e3b21f1a2a97e6af22994999e37d6bf0f /libiberty/strstr.c
parent5849f895508122d117627bfddf595a51eedab5c0 (diff)
downloadgdb-f408a0c0ef4c360ad3ae96ca1e3b976587c666d5.tar.gz
merge from gcc
Diffstat (limited to 'libiberty/strstr.c')
-rw-r--r--libiberty/strstr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/strstr.c b/libiberty/strstr.c
index ffe1d10fc9e..470e04b1a76 100644
--- a/libiberty/strstr.c
+++ b/libiberty/strstr.c
@@ -7,7 +7,7 @@
This function searches for the substring @var{sub} in the string
@var{string}, not including the terminating null characters. A pointer
-to the first occurrence of @var{sub} is returned, or NULL if the
+to the first occurrence of @var{sub} is returned, or @code{NULL} if the
substring is absent. If @var{sub} points to a string with zero
length, the function returns @var{string}.