mirror of
				https://github.com/xcat2/xNBA.git
				synced 2025-10-31 19:32:34 +00:00 
			
		
		
		
	[int13] Fix typo in debug message
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
		| @@ -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 ) ) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user