aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/soc_print_number/instructions.wat2
1 files changed, 1 insertions, 1 deletions
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)