From 6a3d0bfc1f7e0e7b52c991d144e825ca7edf628e Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Tue, 4 Apr 2017 14:20:33 -0600 Subject: cpu/x86: fix spelling mistake Change-Id: Id88455f2c7c28e0b298675b9af2a39361759a34a Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/19120 Reviewed-by: Arthur Heymans Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel --- src/cpu/x86/16bit/reset16.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cpu/x86/16bit/reset16.inc b/src/cpu/x86/16bit/reset16.inc index 272f089f5d..a9993205c2 100644 --- a/src/cpu/x86/16bit/reset16.inc +++ b/src/cpu/x86/16bit/reset16.inc @@ -21,6 +21,6 @@ _start: * 5 byte are used for a 3 byte instruction. This works because x86 * is little endian and allows us to use supported 32bit relocations * instead of the weird 16 bit relocations that binutils does not - * handle consistenly between versions because they are used so rarely. + * handle consistently between versions because they are used so rarely. */ .previous -- cgit v1.2.3