]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libiberty/rindex.c
libiberty.texi: (Top level): Add syncodeindex pg.
[thirdparty/gcc.git] / libiberty / rindex.c
index ce397cc6029ea746098ad4d0ecbf63c11f176526..9c25dff4dcc4579b99b29543c5e1835cab9fd29f 100644 (file)
@@ -4,7 +4,7 @@
 
 @deftypefn Supplemental char* rindex (const char *@var{s}, int @var{c})
 
-Returns a pointer to the last occurance of the character @var{c} in
+Returns a pointer to the last occurrence of the character @var{c} in
 the string @var{s}, or NULL if not found.  The use of @code{rindex} is
 deprecated in new programs in favor of @code{strrchr}.