From 7f0d9e61f40c669fca3cfd1e342fa8236c7220b7 Mon Sep 17 00:00:00 2001 From: Paul Pluzhnikov Date: Sat, 20 May 2023 13:37:47 +0000 Subject: Fix all the remaining misspellings -- BZ 25337 --- mach/Machrules | 2 +- mach/errorlib.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'mach') diff --git a/mach/Machrules b/mach/Machrules index d52f672d32..bbba63b2e0 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 ff0c55eb36..5c145b8af8 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 -- cgit 1.4.1