From 4969a37e2b1d8449998615b7640975562c23fdf9 Mon Sep 17 00:00:00 2001 From: Koichi Nakamura Date: Thu, 2 Dec 2021 12:35:00 +0900 Subject: [PATCH] fix typo --- bootstrap.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.fs b/bootstrap.fs index 622a198..3315744 100644 --- a/bootstrap.fs +++ b/bootstrap.fs @@ -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 )