summaryrefslogtreecommitdiff
path: root/dmake/rulparse.c
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2010-12-04 12:39:00 +0900
committerCaolán McNamara <caolanm@redhat.com>2010-12-05 17:18:37 +0000
commit7f11a1b9db7039cb3387930410accdba40a6061b (patch)
tree3a4a2b5a27d00f0b0f52892b42f2c15976e3b4ad /dmake/rulparse.c
parente7f45a36f33b784db7fa0b981e6a23efef3ee467 (diff)
Replace all occured, occurance etc.
Diffstat (limited to 'dmake/rulparse.c')
-rw-r--r--dmake/rulparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmake/rulparse.c b/dmake/rulparse.c
index 471c83577d18..4f909c90b7ac 100644
--- a/dmake/rulparse.c
+++ b/dmake/rulparse.c
@@ -1194,7 +1194,7 @@ CELLPTR prereq;
* definitions for the %-target members are stored in the prerequisites
* list of the master target. */
/* This relies on target->ce_prq being NULL if this is the first
- * occurence of this %-target and therefore not yet having a %-target
+ * occurrence of this %-target and therefore not yet having a %-target
* master. */
match = FALSE;
for(edl=target->ce_prq; !match && edl != NIL(LINK); edl=edl->cl_next) {