Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Nov 2012 19:50:45 +0000 (UTC)
From:      Devin Teske <dteske@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r242668 - head/sys/boot/forth
Message-ID:  <201211061950.qA6JojEf037718@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dteske
Date: Tue Nov  6 19:50:45 2012
New Revision: 242668
URL: http://svnweb.freebsd.org/changeset/base/242668

Log:
  Fix c/p error in comment.
  
  Approved by:	adrian (co-mentor) (implicit)

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

Modified: head/sys/boot/forth/menusets.4th
==============================================================================
--- head/sys/boot/forth/menusets.4th	Tue Nov  6 19:26:36 2012	(r242667)
+++ head/sys/boot/forth/menusets.4th	Tue Nov  6 19:50:45 2012	(r242668)
@@ -524,7 +524,7 @@ create menuset_y        1   allot
 	s" set var=options" evaluate
 	menuset-loadmenuvar
 
-	\ ... menu_options ...
+	\ ... menu_optionstext ...
 	s" set var=optionstext" evaluate
 	menuset-loadmenuvar
 



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