From 7f11a1b9db7039cb3387930410accdba40a6061b Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Sat, 4 Dec 2010 12:39:00 +0900 Subject: Replace all occured, occurance etc. --- dmake/dmstring.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dmake/dmstring.c') 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. */ -- cgit v1.2.3