svn commit: r229835 - stable/7/sys/conf

Glen Barber gjb at FreeBSD.org
Mon Jan 9 02:00:33 UTC 2012


Author: gjb (doc committer)
Date: Mon Jan  9 02:00:31 2012
New Revision: 229835
URL: http://svn.freebsd.org/changeset/base/229835

Log:
  MFC r229353:
  
   - Trivial standardization to a few comments in kern.pre.mk.

Modified:
  stable/7/sys/conf/kern.pre.mk
Directory Properties:
  stable/7/sys/   (props changed)

Modified: stable/7/sys/conf/kern.pre.mk
==============================================================================
--- stable/7/sys/conf/kern.pre.mk	Mon Jan  9 01:59:50 2012	(r229834)
+++ stable/7/sys/conf/kern.pre.mk	Mon Jan  9 02:00:31 2012	(r229835)
@@ -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


More information about the svn-src-stable-7 mailing list