From 8c5f57a1349c92b1c8a52bfff11a66f6cfee51e8 Mon Sep 17 00:00:00 2001 From: Richard Barry Date: Sat, 3 Oct 2009 19:57:25 +0000 Subject: [PATCH] Correct spelling mistake only. --- Demo/CORTEX_MPU_LM3Sxxxx_Rowley/thumb_crt0.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/thumb_crt0.s b/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/thumb_crt0.s index ec6d5090a..10fc4cd03 100644 --- a/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/thumb_crt0.s +++ b/Demo/CORTEX_MPU_LM3Sxxxx_Rowley/thumb_crt0.s @@ -119,7 +119,7 @@ _start: mov r2, #0 bl memory_set - /* Zereo the privileged data. */ + /* Zero the privileged data. */ ldr r0, =__privileged_data_start__ ldr r1, =__privileged_data_end__ mov r2, #0