Sfoglia il codice sorgente

[int13] Fix typo in debug message

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 13 anni fa
parent
commit
d57d49942a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/arch/i386/interface/pcbios/int13.c

+ 1
- 1
src/arch/i386/interface/pcbios/int13.c Vedi File

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

Loading…
Annulla
Salva