diff options
author | Martin Roth <martinroth@google.com> | 2017-04-04 14:20:33 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-06-12 04:08:34 +0200 |
commit | 6a3d0bfc1f7e0e7b52c991d144e825ca7edf628e (patch) | |
tree | df5c3e56210bdb26e8141c7aee85036b7cbd5ee6 | |
parent | e20f3d02b579923ac9135521b98c2b9fd99acbe1 (diff) | |
download | coreboot-6a3d0bfc1f7e0e7b52c991d144e825ca7edf628e.tar.xz |
cpu/x86: fix spelling mistake
Change-Id: Id88455f2c7c28e0b298675b9af2a39361759a34a
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/19120
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
-rw-r--r-- | src/cpu/x86/16bit/reset16.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |