From 3764a6bb548cc9cc9e9914dc573420f3f7f0fa35 Mon Sep 17 00:00:00 2001 From: asterix Date: Fri, 26 Oct 2007 16:48:17 +0000 Subject: [PATCH] Typo. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@948 38d2e660-2303-0410-9eaa-f027e97ec537 --- cpu/arm/scripts/at91sam7s256_ram.ld | 2 +- cpu/arm/scripts/at91sam7s256_rom.ld | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 = .); -- 2.25.1