Spelling fixes in forth code
Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Nikunj A Dadhania <nikunj@linux.vnet.ibm.com>
This commit is contained in:
parent
32f32a72bb
commit
f564e52f44
|
@ -391,10 +391,10 @@ pllwriteoff
|
|||
_color h# B4 reg-rl!
|
||||
;
|
||||
|
||||
: SET-COLORS ( addr index #indicies -- )
|
||||
: SET-COLORS ( addr index #indices -- )
|
||||
|
||||
swap h# B0 pc!
|
||||
( addr #indicies ) 0 ?do dup ( index ) i 3 * + DO-COLOR loop
|
||||
( addr #indices ) 0 ?do dup ( index ) i 3 * + DO-COLOR loop
|
||||
( addr ) drop ;
|
||||
|
||||
: init-card
|
||||
|
|
|
@ -17,7 +17,7 @@ s" entered usb-storage-support.fs" usb-debug-print
|
|||
\ ---------------------------------------------------------------------------
|
||||
|
||||
: rw-endpoint
|
||||
( pt ed-type toggle buffer length mps addres -- toggle TRUE | toggle FALSE )
|
||||
( pt ed-type toggle buffer length mps address -- toggle TRUE | toggle FALSE )
|
||||
s" rw-endpoint" $call-parent
|
||||
( toggle TRUE | toggle FALSE )
|
||||
;
|
||||
|
|
Loading…
Reference in New Issue