svn commit: r229353 - head/sys/conf

Glen Barber gjb at FreeBSD.org
Tue Jan 3 00:22:09 UTC 2012


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


More information about the svn-src-all mailing list