aboutsummaryrefslogtreecommitdiff
path: root/mach
diff options
context:
space:
mode:
Diffstat (limited to 'mach')
-rw-r--r--mach/Machrules2
-rw-r--r--mach/errorlib.h2
2 files changed, 2 insertions, 2 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)
diff --git a/mach/errorlib.h b/mach/errorlib.h
index ff0c55e..5c145b8 100644
--- a/mach/errorlib.h
+++ b/mach/errorlib.h
@@ -42,7 +42,7 @@
* Author: Douglas Orr, Carnegie Mellon University
* Date: Mar. 1988
*
- * Error bases for subsytems errors.
+ * Error bases for subsystems errors.
*/
#include <mach/error.h>