From 3c93285ec07b10a68b286e8f51a361bf9d587e02 Mon Sep 17 00:00:00 2001 From: Stathis Kamperis Date: Sun, 4 Oct 2009 19:27:56 +0000 Subject: [PATCH] syscalls.master: Fix typo in comment. --- sys/kern/syscalls.master | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index 7ba1da1d0e..dc3e09a0ff 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -11,7 +11,7 @@ ; type one of STD, OBSOL, UNIMPL, COMPAT, CPT_NOA, LIBCOMPAT, ; NODEF, NOARGS, NOPROTO, NOIMPL ; namespc one of POSIX, BSD, NOHIDE -; name psuedo-prototype of syscall routine +; name pseudo-prototype of syscall routine ; If one of the following alts is different, then all appear: ; altname name of system call if different ; alttag name of args struct tag if different from [o]`name'"_args" -- 2.11.4.GIT