aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sh/strpbrk.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sh/strpbrk.c')
-rw-r--r--lib/sh/strpbrk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sh/strpbrk.c b/lib/sh/strpbrk.c
index 4439986..8cce830 100644
--- a/lib/sh/strpbrk.c
+++ b/lib/sh/strpbrk.c
@@ -29,7 +29,7 @@
#include <stdc.h>
-/* Find the first ocurrence in S of any character in ACCEPT. */
+/* Find the first occurrence in S of any character in ACCEPT. */
char *
strpbrk (s, accept)
register const char *s;