OSDN Git Service

2003-04-10 Eric Blake <ebb9@email.byu.edu>
[pf3gnuchains/gcc-fork.git] / libiberty / rindex.c
index ce397cc..ef9cdc5 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