mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +01:00
fix typo
This commit is contained in:
parent
4337cedd5f
commit
4969a37e2b
1 changed files with 1 additions and 1 deletions
|
@ -1659,7 +1659,7 @@ do-stack 16 cells + do-sp !
|
|||
|
||||
\ File
|
||||
struct
|
||||
cell% field file>fd \ file desctipro
|
||||
cell% field file>fd \ file descriptor
|
||||
cell% field file>read ( c-addr u fd -- n )
|
||||
cell% field file>write ( c-addr u fd -- n )
|
||||
|
||||
|
|
Loading…
Reference in a new issue