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/dmake.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dmake/dmake.c') 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 -- cgit v1.2.3