summaryrefslogtreecommitdiff
path: root/dmake/dmake.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/dmake.c
parente7f45a36f33b784db7fa0b981e6a23efef3ee467 (diff)
Replace all occured, occurance etc.
Diffstat (limited to 'dmake/dmake.c')
-rw-r--r--dmake/dmake.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmake/dmake.c b/dmake/dmake.c
index 52db2b6049da..4a4dd6fd2212 100644
--- a/dmake/dmake.c
+++ b/dmake/dmake.c
@@ -292,7 +292,7 @@ char **argv;
HASHPTR hp;
/* This cleans the .SILENT setting */
hp = Def_macro(".SILENT", "", M_EXPANDED);
- /* This overrides the bitmask for further occurences of
+ /* This overrides the bitmask for further occurrences of
* .SILENT to "no bits allowed", see bit variables in the
* set_macro_value() definition in dag.c.
* The bitmask is already set by Create_macro_vars() in