From b569cee71ff74d147054a13b326848af662f4b57 Mon Sep 17 00:00:00 2001 From: Joscha Date: Tue, 12 Nov 2019 12:17:42 +0000 Subject: [PATCH] Fix typo --- examples/fib.mimasm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/fib.mimasm b/examples/fib.mimasm index b8552c0..b1a7c2c 100644 --- a/examples/fib.mimasm +++ b/examples/fib.mimasm @@ -125,7 +125,7 @@ fib: STSP LDRF 1 STFP - ; Store the result of the call on the stacl + ; Store the result of the call on the stack LDV tmp1 STRF -3 @@ -152,7 +152,7 @@ fib: STSP LDRF 1 STFP - ; Store the result of the call on the stacl + ; Store the result of the call on the stack LDV tmp1 STRF -4