diff options
| author | andvar <andvar@NetBSD.org> | 2021-08-09 20:49:08 +0000 |
|---|---|---|
| committer | andvar <andvar@NetBSD.org> | 2021-08-09 20:49:08 +0000 |
| commit | a0b1e536df3104e76cf5c2f37490cb23a63128b8 (patch) | |
| tree | 6ab4896fa3c2d2c9dc17be5363287a3dbcc22c40 /sys/modules | |
| parent | bb8ca2d9cb64e420b74f6a8b26bc0ef2a4c0e5b1 (diff) | |
fix various typos in compatibility, mainly in comments.
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 14669955d47..511cbe3264e 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.250 2021/05/17 04:07:43 yamaguchi Exp $ +# $NetBSD: Makefile,v 1.251 2021/08/09 20:49:10 andvar Exp $ .include <bsd.own.mk> # For all platforms -# Modules for compatability with earlier versions of NetBSD +# Modules for compatibility with earlier versions of NetBSD SUBDIR+= compat_util SUBDIR+= compat_43 compat_sysctl_09_43 |
