* amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
[deliverable/binutils-gdb.git] / libiberty / rindex.c
index ce397cc6029ea746098ad4d0ecbf63c11f176526..ef9cdc59877dc1a83ce479786c88ca913579dfaa 100644 (file)
@@ -4,8 +4,8 @@
 
 @deftypefn Supplemental char* rindex (const char *@var{s}, int @var{c})
 
-Returns a pointer to the last occurance of the character @var{c} in
-the string @var{s}, or NULL if not found.  The use of @code{rindex} is
+Returns a pointer to the last occurrence of the character @var{c} in
+the string @var{s}, or @code{NULL} if not found.  The use of @code{rindex} is
 deprecated in new programs in favor of @code{strrchr}.
 
 @end deftypefn
This page took 0.025295 seconds and 4 git commands to generate.