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)
This commit is contained in:
parent
09bc77f513
commit
3c9898d95c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=241367
@ -164,8 +164,8 @@ marker task-menu-commands.4th
|
|||||||
@ \ dereference address into value
|
@ \ dereference address into value
|
||||||
48 + \ convert to ASCII numeral
|
48 + \ convert to ASCII numeral
|
||||||
|
|
||||||
s" set root=${root_prefix}${root[N]}${root_prefix}"
|
s" set root=${root_prefix}${root[N]}${root_suffix}"
|
||||||
\ command to assemble full kernel-path
|
\ command to assemble root image-path
|
||||||
-rot tuck 30 + c! swap \ replace 'N' with array index value
|
-rot tuck 30 + c! swap \ replace 'N' with array index value
|
||||||
evaluate \ sets $kernel to full kernel-path
|
evaluate \ sets $kernel to full kernel-path
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user