From: asterix Date: Fri, 26 Oct 2007 16:48:17 +0000 (+0000) Subject: Typo. X-Git-Tag: 1.0.0~294 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=3764a6bb548cc9cc9e9914dc573420f3f7f0fa35;p=bertos.git Typo. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@948 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/cpu/arm/scripts/at91sam7s256_ram.ld b/cpu/arm/scripts/at91sam7s256_ram.ld index fc0d3d5a..fe4e982c 100644 --- a/cpu/arm/scripts/at91sam7s256_ram.ld +++ b/cpu/arm/scripts/at91sam7s256_ram.ld @@ -107,7 +107,7 @@ SECTIONS } > ram /* - * Allocate stack at the end of bss section. + * Allocated stack at the end of bss section. * Data heap is allocate at end of stack. */ PROVIDE (__stack_start = .); diff --git a/cpu/arm/scripts/at91sam7s256_rom.ld b/cpu/arm/scripts/at91sam7s256_rom.ld index 1c1f3c06..1dc8bde6 100644 --- a/cpu/arm/scripts/at91sam7s256_rom.ld +++ b/cpu/arm/scripts/at91sam7s256_rom.ld @@ -107,7 +107,7 @@ SECTIONS } > ram /* - * Allocate stack at the end of bss section. + * Allocated stack at the end of bss section. * Data heap is allocate at end of stack. */ PROVIDE (__stack_start = .);