소스 검색

[int13] Fix typo in debug message

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 13 년 전
부모
커밋
d57d49942a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/arch/i386/interface/pcbios/int13.c

+ 1
- 1
src/arch/i386/interface/pcbios/int13.c 파일 보기

@@ -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…
취소
저장