merge from gcc
[deliverable/binutils-gdb.git] / libiberty / strrchr.c
index 704180094247ba5540ecb7e568d5997ccf277d71..9dc31f2a1597c8d4bead8d4e3979a8650173b24e 100644 (file)
@@ -5,7 +5,7 @@
 
 @deftypefn Supplemental char* strrchr (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.  If @var{c} is itself the
 null character, the results are undefined.
 
This page took 0.022846 seconds and 4 git commands to generate.