Skip to content

Commit 023f270

Browse files
geertuJiri Kosina
authored andcommitted
x86/boot: Fix comment spelling
Fix misspelling of "disconnect". Signed-off-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent b6db0a7 commit 023f270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/boot/apm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ int query_apm_bios(void)
6060
intcall(0x15, &ireg, &oreg);
6161

6262
if ((oreg.eflags & X86_EFLAGS_CF) || oreg.bx != 0x504d) {
63-
/* Failure with 32-bit connect, try to disconect and ignore */
63+
/* Failure with 32-bit connect, try to disconnect and ignore */
6464
ireg.al = 0x04;
6565
intcall(0x15, &ireg, NULL);
6666
return -1;

0 commit comments

Comments
 (0)