]> git.sur5r.net Git - freertos/commitdiff
Correct spelling mistake only.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 3 Oct 2009 19:57:25 +0000 (19:57 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 3 Oct 2009 19:57:25 +0000 (19:57 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@891 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Demo/CORTEX_MPU_LM3Sxxxx_Rowley/thumb_crt0.s

index ec6d5090ad7434419c989af77d2681b416ad84ac..10fc4cd033f9a0e9cb671111ee0e5a360ef4e67c 100644 (file)
@@ -119,7 +119,7 @@ _start:
   mov r2, #0\r
   bl memory_set\r
 \r
-  /* Zereo the privileged data. */\r
+  /* Zero the privileged data. */\r
   ldr r0, =__privileged_data_start__\r
   ldr r1, =__privileged_data_end__\r
   mov r2, #0\r