From 94b7dda93d6d4c43493fe9e530787282d44fdcdd Mon Sep 17 00:00:00 2001 From: batt Date: Sun, 28 Mar 2010 13:07:28 +0000 Subject: [PATCH] Typos. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3288 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cpu/arm/scripts/arm7tdmi_ram.ld | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bertos/cpu/arm/scripts/arm7tdmi_ram.ld b/bertos/cpu/arm/scripts/arm7tdmi_ram.ld index be00e91a..6345397c 100644 --- a/bertos/cpu/arm/scripts/arm7tdmi_ram.ld +++ b/bertos/cpu/arm/scripts/arm7tdmi_ram.ld @@ -98,8 +98,8 @@ SECTIONS } > ram /* - * Allocated stack at the end of bss section. - * Data heap is allocate at end of stack. + * Allocate stack at the end of bss section. + * Data heap is allocated at end of stack. */ PROVIDE (__stack_start = .); -- 2.25.1