From 4a272808c2860ae0e3f039d5b5f761c91e59c0f2 Mon Sep 17 00:00:00 2001 From: dteske Date: Tue, 9 Oct 2012 03:54:53 +0000 Subject: 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) --- sys/boot/forth/menu-commands.4th | 4 ++-- 1 file 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 -- cgit v1.1