From 2ed0aa258f4bcbf978998ccd3a76f7b1c2d3d031 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Tue, 5 Jan 2016 20:58:58 -0700 Subject: Correct some common spelling mistakes - occured -> occurred - accomodate -> accommodate - existant -> existent - asssertion -> assertion - manangement -> management - cotroller -> controller Change-Id: Ibd6663752466d691fabbdc216ea05f2b58ac12d1 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/12850 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Stefan Reinauer --- src/arch/arm/armv7/bootblock.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch/arm/armv7') diff --git a/src/arch/arm/armv7/bootblock.S b/src/arch/arm/armv7/bootblock.S index 16d7b92c47..ad7085d778 100644 --- a/src/arch/arm/armv7/bootblock.S +++ b/src/arch/arm/armv7/bootblock.S @@ -91,7 +91,7 @@ call_bootblock: ldr r0,=0x00000000 /* * The current design of cpu_info places the struct at the top of the - * stack. Free enough space to accomodate for that, but make sure it's + * stack. Free enough space to accommodate for that, but make sure it's * 8-byte aligned for ABI compliance. */ sub sp, sp, #16 -- cgit v1.2.3