diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2016-09-09 16:18:44 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2016-09-09 16:18:44 +0000 |
| commit | 3662835abf25b026f289a6a3cb3defb811b68a48 (patch) | |
| tree | 94c16ecc2a416cdafc334189ff25d33951bf4718 /lib | |
| parent | 5c48342f16ba2979e590351d1943eb06a7cc1025 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/sys/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc index 88cf0cc813b5b..1a00cab687d2f 100644 --- a/lib/libc/sys/Makefile.inc +++ b/lib/libc/sys/Makefile.inc @@ -14,8 +14,8 @@ # NOASM will prevent the default syscall code from being generated. # PSEUDO generates _<sys>() and __sys_<sys>() symbols, but not <sys>(). # -# While historically machine dependent, all archictures have the following -# declerations in common: +# While historically machine dependent, all architectures have the following +# declarations in common: # NOASM= break.o \ exit.o \ |
