From: richardbarry Date: Sat, 3 Oct 2009 19:57:25 +0000 (+0000) Subject: Correct spelling mistake only. X-Git-Tag: V6.0.0~37 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5856989c6bdf81b4b6895d6026d9f2c8b2728485;p=freertos Correct spelling mistake only. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@891 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- 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