diff options
Diffstat (limited to 'sysdeps/vax/strrchr.s')
-rw-r--r-- | sysdeps/vax/strrchr.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/vax/strrchr.s b/sysdeps/vax/strrchr.s index dffcdda..8731344 100644 --- a/sysdeps/vax/strrchr.s +++ b/sysdeps/vax/strrchr.s @@ -36,7 +36,7 @@ #endif /* LIBC_SCCS and not lint */ /* - * Find the last occurence of c in the string cp. + * Find the last occurrence of c in the string cp. * Return pointer to match or null pointer. * * char * |