[x86 setup] Fix typo in arch/i386/boot/header.S
[sfrench/cifs-2.6.git] / arch / i386 / boot / header.S
index 6b9923fb6eae466f8da8a843d6a81a190cc91ee1..f3140e596d407d892eb75aa0c486bd7411e1dcb2 100644 (file)
@@ -225,7 +225,7 @@ start_of_setup:
        int     $0x13
 #endif
 
-# We will have entired with %cs = %ds+0x20, normalize %cs so
+# We will have entered with %cs = %ds+0x20, normalize %cs so
 # it is on par with the other segments.
        pushw   %ds
        pushw   $setup2
@@ -275,9 +275,9 @@ die:
        hlt
        jmp     die
 
-       .size   die, .-due
+       .size   die, .-die
 
        .section ".initdata", "a"
 setup_corrupt:
        .byte   7
-       .string "No setup signature found..."
+       .string "No setup signature found...\n"