summaryrefslogtreecommitdiff
path: root/dmake/dmstring.c
diff options
context:
space:
mode:
Diffstat (limited to 'dmake/dmstring.c')
-rw-r--r--dmake/dmstring.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmake/dmstring.c b/dmake/dmstring.c
index 9659fc406768..53068a9deba0 100644
--- a/dmake/dmstring.c
+++ b/dmake/dmstring.c
@@ -200,7 +200,7 @@ char *str;
PUBLIC char *
DmStrPbrk( s1, s2 )/*
====================
- find first occurence of char in s2 in string s1.
+ find first occurrence of char in s2 in string s1.
Returns a pointer to the first occurrence. NOTE '\0' is considered part
of s2 and a pointer to it is returned if no other chars match. */