mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: cpu/x86: fix spelling mistake
BUG=none
BRANCH=none
TEST=none
Change-Id: I21585cc31b8534a517474ae09368841235c26f2a
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Original-Commit-Id: 6a3d0bfc1f
Original-Change-Id: Id88455f2c7c28e0b298675b9af2a39361759a34a
Original-Signed-off-by: Martin Roth <martinroth@google.com>
Original-Reviewed-on: https://review.coreboot.org/19120
Original-Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Original-Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Original-Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: https://chromium-review.googlesource.com/531722
Commit-Ready: Patrick Georgi <pgeorgi@chromium.org>
Tested-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-by: Patrick Georgi <pgeorgi@chromium.org>
This commit is contained in:
parent
87293d6427
commit
654acf5311
1 changed files with 1 additions and 1 deletions
|
@ -21,6 +21,6 @@ _start:
|
||||||
* 5 byte are used for a 3 byte instruction. This works because x86
|
* 5 byte are used for a 3 byte instruction. This works because x86
|
||||||
* is little endian and allows us to use supported 32bit relocations
|
* is little endian and allows us to use supported 32bit relocations
|
||||||
* instead of the weird 16 bit relocations that binutils does not
|
* 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
|
.previous
|
||||||
|
|
Loading…
Add table
Reference in a new issue