From 10392220fd4ed6c9fdbb108260d9fdb6cf5d9d8f Mon Sep 17 00:00:00 2001 From: Wojciech Kosior Date: Thu, 24 Dec 2020 09:46:13 +0100 Subject: fix typo --- tests/soc_print_number/instructions.wat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/soc_print_number/instructions.wat b/tests/soc_print_number/instructions.wat index c6029bc..49ae980 100644 --- a/tests/soc_print_number/instructions.wat +++ b/tests/soc_print_number/instructions.wat @@ -1,7 +1,7 @@ ;; VGA memory is at address 0x100000 from stack machine's point of view. ;; Here, however, we reserve first 1024 bytes for program code, so ;; all memory accesses here also have an additional offset of 0x400, -;; which we have tot ake into account. 0x100000 translates to 0xFFC00 +;; which we have to take into account. 0x100000 translates to 0xFFC00 ;; and 0x100A00 to 0x100600. (module (memory 0 2) -- cgit v1.2.3