aboutsummaryrefslogtreecommitdiff
path: root/mach/Machrules
diff options
context:
space:
mode:
Diffstat (limited to 'mach/Machrules')
-rw-r--r--mach/Machrules2
1 files changed, 1 insertions, 1 deletions
diff --git a/mach/Machrules b/mach/Machrules
index d52f672..bbba63b 100644
--- a/mach/Machrules
+++ b/mach/Machrules
@@ -54,7 +54,7 @@ $(objpfx)dummy.mk:
MIGFLAGS = -DSTANDALONE -DTypeCheck=0 \
$(+includes) $(migdefines) -subrprefix __
-# Putting CC in the enivronment makes the mig wrapper script
+# Putting CC in the environment makes the mig wrapper script
# use the same compiler setup we are using to run cpp.
MIG := CC='${CC}' CPP='${CPP} -x c' $(MIG)