diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2010-12-04 12:39:00 +0900 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-12-05 17:18:37 +0000 |
commit | 7f11a1b9db7039cb3387930410accdba40a6061b (patch) | |
tree | 3a4a2b5a27d00f0b0f52892b42f2c15976e3b4ad /dmake/dbug | |
parent | e7f45a36f33b784db7fa0b981e6a23efef3ee467 (diff) |
Replace all occured, occurance etc.
Diffstat (limited to 'dmake/dbug')
-rw-r--r-- | dmake/dbug/dbug/dbug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dmake/dbug/dbug/dbug.c b/dmake/dbug/dbug/dbug.c index c212161f6cac..6262f89431dd 100644 --- a/dmake/dbug/dbug/dbug.c +++ b/dmake/dbug/dbug/dbug.c @@ -235,7 +235,7 @@ LOCAL BOOLEAN DoProfile (); /* Check if profiling is enabled */ /* Supplied in Sys V runtime environ */ LOCAL char *strtok (); /* Break string into tokens */ -LOCAL char *strrchr (); /* Find last occurance of char */ +LOCAL char *strrchr (); /* Find last occurrence of char */ /* * The following local variables are used to hold the state information |