Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Jan 2012 00:22:08 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r229353 - head/sys/conf
Message-ID:  <201201030022.q030M80s096429@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb (doc committer)
Date: Tue Jan  3 00:22:08 2012
New Revision: 229353
URL: http://svn.freebsd.org/changeset/base/229353

Log:
  Trivial standardization to a few comments in kern.pre.mk.
  
  Submitted by:		arundel
  MFC after:		3 days

Modified:
  head/sys/conf/kern.pre.mk

Modified: head/sys/conf/kern.pre.mk
==============================================================================
--- head/sys/conf/kern.pre.mk	Tue Jan  3 00:12:06 2012	(r229352)
+++ head/sys/conf/kern.pre.mk	Tue Jan  3 00:22:08 2012	(r229353)
@@ -71,10 +71,10 @@ INCLUDES+= -I$S/dev/ath -I$S/dev/ath/ath
 # ... and the same for the NgATM stuff
 INCLUDES+= -I$S/contrib/ngatm
 
-# .. and the same for twa
+# ... and the same for twa
 INCLUDES+= -I$S/dev/twa
 
-# ...  and XFS
+# ... and the same for XFS
 INCLUDES+= -I$S/gnu/fs/xfs/FreeBSD -I$S/gnu/fs/xfs/FreeBSD/support -I$S/gnu/fs/xfs
 
 # ... and the same for cxgb and cxgbe



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