Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Aug 2010 11:20:57 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r211838 - head/sys/kern
Message-ID:  <201008261120.o7QBKv5Y041257@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008261120.o7QBKv5Y041257>