From 8cd4b41c0a70dbea1d7afa6ec5491361d719a799 Mon Sep 17 00:00:00 2001 From: pkivolowitz Date: Wed, 24 Aug 2022 20:46:50 -0500 Subject: [PATCH] typo --- section_2/float/literals.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/section_2/float/literals.md b/section_2/float/literals.md index 6c7d394..3fb977b 100644 --- a/section_2/float/literals.md +++ b/section_2/float/literals.md @@ -125,7 +125,7 @@ d0 = dptr[counter]; `Line 20` is equivalent to: -`counter` is multiplied byb 4 then added to `fptr`. +`counter` is multiplied by 4 then added to `fptr`. ```c++ // ldr s1, [fptr, counter, lsl 2]