Skip to content

Commit

Permalink
[x86 setup] Fix typo in arch/i386/boot/header.S
Browse files Browse the repository at this point in the history
There's an obvious typo in arch/i386/boot/header.S (in your
linux-2.6-x86setup.git) that I noticed by just studying the code.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
  • Loading branch information
Paul Bolle authored and H. Peter Anvin committed Sep 20, 2007
1 parent 91c4b8c commit bbc15f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/i386/boot/header.S
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ die:
hlt
jmp die

.size die, .-due
.size die, .-die

.section ".initdata", "a"
setup_corrupt:
Expand Down

0 comments on commit bbc15f4

Please sign in to comment.