[int13] Fix typo in debug message

Signed-off-by: Michael Brown <mcb30@ipxe.org>
pull/1/head
Michael Brown 2010-09-22 21:40:36 +01:00
parent 4a30637d38
commit d57d49942a
1 changed files with 1 additions and 1 deletions

View 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 ) )