mirror of https://github.com/ipxe/ipxe.git
[int13] Fix typo in debug message
Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/1/head
parent
4a30637d38
commit
d57d49942a
|
@ -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 ) )
|
||||
|
|
Loading…
Reference in New Issue