svn commit: r305132 - head/sys/boot/forth

Warner Losh imp at FreeBSD.org
Wed Aug 31 15:32:53 UTC 2016


Author: imp
Date: Wed Aug 31 15:32:52 2016
New Revision: 305132
URL: https://svnweb.freebsd.org/changeset/base/305132

Log:
  Remove accidentally committed stray comment.
  
  Noticed by: dteske@

Modified:
  head/sys/boot/forth/loader.4th

Modified: head/sys/boot/forth/loader.4th
==============================================================================
--- head/sys/boot/forth/loader.4th	Wed Aug 31 15:06:24 2016	(r305131)
+++ head/sys/boot/forth/loader.4th	Wed Aug 31 15:32:52 2016	(r305132)
@@ -167,8 +167,7 @@ only forth definitions also support-func
 \
 \	Overrides support.4th initialization word with one that does
 \	everything start one does, short of loading the kernel and
-\	modules. Returns a flag. Unsure why we don't just have start
-\	call this...
+\	modules. Returns a flag.
 
 : initialize ( -- flag )
   s" /boot/defaults/loader.conf" initialize


More information about the svn-src-head mailing list