summaryrefslogtreecommitdiffstats
path: root/sys/boot/forth
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2012-10-09 03:54:53 +0000
committerdteske <dteske@FreeBSD.org>2012-10-09 03:54:53 +0000
commit4a272808c2860ae0e3f039d5b5f761c91e59c0f2 (patch)
tree2e83e9c749a1fe5f871c97a57eedcb2348d379d7 /sys/boot/forth
parentac51a39451a5945dd0352b78941f63ad804d85f2 (diff)
downloadFreeBSD-src-4a272808c2860ae0e3f039d5b5f761c91e59c0f2.zip
FreeBSD-src-4a272808c2860ae0e3f039d5b5f761c91e59c0f2.tar.gz
Fix a typo (s/prefix/suffix/) and comment.
NOTE: This is in an unused portion of the menu framework. Reviewed by: eadler, adrian (co-mentor) Approved by: adrian (co-mentor)
Diffstat (limited to 'sys/boot/forth')
-rw-r--r--sys/boot/forth/menu-commands.4th4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/forth/menu-commands.4th b/sys/boot/forth/menu-commands.4th
index b49b716..b4f7033 100644
--- a/sys/boot/forth/menu-commands.4th
+++ b/sys/boot/forth/menu-commands.4th
@@ -164,8 +164,8 @@ marker task-menu-commands.4th
@ \ dereference address into value
48 + \ convert to ASCII numeral
- s" set root=${root_prefix}${root[N]}${root_prefix}"
- \ command to assemble full kernel-path
+ s" set root=${root_prefix}${root[N]}${root_suffix}"
+ \ command to assemble root image-path
-rot tuck 30 + c! swap \ replace 'N' with array index value
evaluate \ sets $kernel to full kernel-path
OpenPOWER on IntegriCloud