[x86 setup] Fix typo in arch/i386/boot/header.S

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>

authored by Paul Bolle and committed by H. Peter Anvin bbc15f46 91c4b8cb

+1 -1
+1 -1
arch/i386/boot/header.S
··· 275 hlt 276 jmp die 277 278 - .size die, .-due 279 280 .section ".initdata", "a" 281 setup_corrupt:
··· 275 hlt 276 jmp die 277 278 + .size die, .-die 279 280 .section ".initdata", "a" 281 setup_corrupt: