]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[int13] Fix typo in debug message
authorMichael Brown <mcb30@ipxe.org>
Wed, 22 Sep 2010 20:40:36 +0000 (21:40 +0100)
committerMichael Brown <mcb30@ipxe.org>
Wed, 22 Sep 2010 20:40:36 +0000 (21:40 +0100)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/i386/interface/pcbios/int13.c

index e13a42236759fd05f137cbc5100d04a746b93d79..c491bf886e1b48b0e516ae5ecd9df00bf21d4a17 100644 (file)
@@ -1272,7 +1272,7 @@ static void int13_unhook ( unsigned int drive ) {
         * to do so reliably.
         */
 
-       DBGC ( int13, "INT13 drive %02x unregsitered\n", int13->drive );
+       DBGC ( int13, "INT13 drive %02x unregistered\n", int13->drive );
 
        /* Unhook INT 13 vector if no more drives */
        if ( list_empty ( &int13s ) )