Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jun 2012 18:19:46 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r236968 - head/sys/sys
Message-ID:  <201206121819.q5CIJkPf068466@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb
Date: Tue Jun 12 18:19:46 2012
New Revision: 236968
URL: http://svn.freebsd.org/changeset/base/236968

Log:
  Replace a reference to the non-existent SI_ORDER_LAST in a comment with
  SI_ORDER_ANY.
  
  Submitted by:	Brandon Gooch  brandongooch yahoo com

Modified:
  head/sys/sys/kernel.h

Modified: head/sys/sys/kernel.h
==============================================================================
--- head/sys/sys/kernel.h	Tue Jun 12 17:14:19 2012	(r236967)
+++ head/sys/sys/kernel.h	Tue Jun 12 18:19:46 2012	(r236968)
@@ -267,7 +267,7 @@ void	sysinit_add(struct sysinit **set, s
 /*
  * Infrastructure for tunable 'constants'.  Value may be specified at compile
  * time or kernel load time.  Rules relating tunables together can be placed
- * in a SYSINIT function at SI_SUB_TUNABLES with SI_ORDER_LAST.
+ * in a SYSINIT function at SI_SUB_TUNABLES with SI_ORDER_ANY.
  *
  * WARNING: developers should never use the reserved suffixes specified in
  * loader.conf(5) for any tunables or conflicts will result.



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