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]