summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/compat/freebsd32/syscalls.master2
-rw-r--r--sys/kern/syscalls.master2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/freebsd32/syscalls.master b/sys/compat/freebsd32/syscalls.master
index 1dba27f..32ce882 100644
--- a/sys/compat/freebsd32/syscalls.master
+++ b/sys/compat/freebsd32/syscalls.master
@@ -27,7 +27,7 @@
; STD always included
; COMPAT included on COMPAT #ifdef
; COMPAT4 included on COMPAT4 #ifdef (FreeBSD 4 compat)
-; COMPAT6 included on COMPAT4 #ifdef (FreeBSD 6 compat)
+; COMPAT6 included on COMPAT6 #ifdef (FreeBSD 6 compat)
; LIBCOMPAT included on COMPAT #ifdef, and placed in syscall.h
; OBSOL obsolete, not included in system, only specifies name
; UNIMPL not implemented, placeholder only
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index 7a24071..db30812 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -26,7 +26,7 @@
; STD always included
; COMPAT included on COMPAT #ifdef
; COMPAT4 included on COMPAT4 #ifdef (FreeBSD 4 compat)
-; COMPAT6 included on COMPAT4 #ifdef (FreeBSD 6 compat)
+; COMPAT6 included on COMPAT6 #ifdef (FreeBSD 6 compat)
; LIBCOMPAT included on COMPAT #ifdef, and placed in syscall.h
; OBSOL obsolete, not included in system, only specifies name
; UNIMPL not implemented, placeholder only
OpenPOWER on IntegriCloud