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

Devin Teske dteske at FreeBSD.org
Tue Nov 6 19:50:46 UTC 2012


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
 


More information about the svn-src-all mailing list