Explorar el Código

[int13] Fix typo in debug message

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown hace 13 años
padre
commit
d57d49942a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/arch/i386/interface/pcbios/int13.c

+ 1
- 1
src/arch/i386/interface/pcbios/int13.c Ver fichero

@@ -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…
Cancelar
Guardar