svn commit: r211838 - head/sys/kern

Konstantin Belousov kib at FreeBSD.org
Thu Aug 26 11:20:58 UTC 2010


Author: kib
Date: Thu Aug 26 11:20:57 2010
New Revision: 211838
URL: http://svn.freebsd.org/changeset/base/211838

Log:
  Fix typo.
  
  Submitted by:	Ben Kaduk <minimarmot gmail com>

Modified:
  head/sys/kern/syscalls.master

Modified: head/sys/kern/syscalls.master
==============================================================================
--- head/sys/kern/syscalls.master	Thu Aug 26 10:27:45 2010	(r211837)
+++ head/sys/kern/syscalls.master	Thu Aug 26 11:20:57 2010	(r211838)
@@ -40,7 +40,7 @@
 ;	NOPROTO	same as STD except do not create structure or
 ;		function prototype in sys/sysproto.h.  Does add a
 ;		definition to syscall.h besides adding a sysent.
-;	NONSTATIC syscall is loadable
+;	NOTSTATIC syscall is loadable
 ;
 ; Please copy any additions and changes to the following compatability tables:
 ; sys/compat/freebsd32/syscalls.master


More information about the svn-src-head mailing list