Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Aug 2016 15:32:52 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r305132 - head/sys/boot/forth
Message-ID:  <201608311532.u7VFWqbe082579@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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