about summary refs log tree commit diff
path: root/mach
diff options
context:
space:
mode:
authorPaul Pluzhnikov <ppluzhnikov@google.com>2023-05-20 13:37:47 +0000
committerPaul Pluzhnikov <ppluzhnikov@google.com>2023-06-02 01:39:48 +0000
commit7f0d9e61f40c669fca3cfd1e342fa8236c7220b7 (patch)
treee02ce0ba813f2cb4f20643988ec030292784cab6 /mach
parent5013f6fc6c44160e8ec6bcd34ba676e85d9d6ab6 (diff)
downloadglibc-7f0d9e61f40c669fca3cfd1e342fa8236c7220b7.tar.gz
glibc-7f0d9e61f40c669fca3cfd1e342fa8236c7220b7.tar.xz
glibc-7f0d9e61f40c669fca3cfd1e342fa8236c7220b7.zip
Fix all the remaining misspellings -- BZ 25337
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 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 <mach/error.h>