diff options
-rw-r--r-- | sys/kern/syscalls.master | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index 7e13783..b7ce43b 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -331,7 +331,7 @@ ; ; The following were introduced with NetBSD/4.4Lite-2 -; They are initialized by thier respective modules/sysinits +; They are initialized by their respective modules/sysinits 220 MNOSTD { int __semctl(int semid, int semnum, int cmd, \ union semun *arg); } 221 MNOSTD { int semget(key_t key, int nsems, int semflg); } |