summaryrefslogtreecommitdiff
path: root/sysdeps/vax/memchr.s
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/vax/memchr.s')
-rw-r--r--sysdeps/vax/memchr.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/vax/memchr.s b/sysdeps/vax/memchr.s
index c7793fb5f8..b81c2bcf87 100644
--- a/sysdeps/vax/memchr.s
+++ b/sysdeps/vax/memchr.s
@@ -36,7 +36,7 @@
#endif /* LIBC_SCCS and not lint */
/*
- * Find the first occurence of c in the memory at cp (length n).
+ * Find the first occurrence of c in the memory at cp (length n).
* Return pointer to match or null pointer.
*
* This code optimises the usual case (0 < n < 65535).