We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6db0a7 commit 023f270Copy full SHA for 023f270
arch/x86/boot/apm.c
@@ -60,7 +60,7 @@ int query_apm_bios(void)
60
intcall(0x15, &ireg, &oreg);
61
62
if ((oreg.eflags & X86_EFLAGS_CF) || oreg.bx != 0x504d) {
63
- /* Failure with 32-bit connect, try to disconect and ignore */
+ /* Failure with 32-bit connect, try to disconnect and ignore */
64
ireg.al = 0x04;
65
intcall(0x15, &ireg, NULL);
66
return -1;
0 commit comments