x86 boot code comments typos
[deliverable/linux.git] / arch / i386 / boot / video-bios.c
index afea46c500cc80a28d0255e10446cdc21047ab53..68e65d95cdfd8627a69df2ed1ec7cf33cd392ca4 100644 (file)
@@ -44,7 +44,7 @@ static int set_bios_mode(u8 mode)
                     : "+a" (ax)
                     : : "ebx", "ecx", "edx", "esi", "edi");
 
-       do_restore = 1;         /* Assume video contents was lost */
+       do_restore = 1;         /* Assume video contents were lost */
        new_mode = ax & 0x7f;   /* Not all BIOSes are clean with the top bit */
 
        if (new_mode == mode)
This page took 0.029124 seconds and 5 git commands to generate.