summaryrefslogtreecommitdiff
path: root/libiberty/xstrerror.c
diff options
context:
space:
mode:
Diffstat (limited to 'libiberty/xstrerror.c')
-rw-r--r--libiberty/xstrerror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/xstrerror.c b/libiberty/xstrerror.c
index 5e57f158202..9000d178f9c 100644
--- a/libiberty/xstrerror.c
+++ b/libiberty/xstrerror.c
@@ -7,7 +7,7 @@
@deftypefn Replacement char* xstrerror (int @var{errnum})
Behaves exactly like the standard @code{strerror} function, but
-will never return a NULL pointer.
+will never return a @code{NULL} pointer.
@end deftypefn