mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 12:11:40 +00:00
x86/boot: Fix comment spelling
Fix misspelling of "disconnect". Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
b6db0a7478
commit
023f270b44
@ -60,7 +60,7 @@ int query_apm_bios(void)
|
||||
intcall(0x15, &ireg, &oreg);
|
||||
|
||||
if ((oreg.eflags & X86_EFLAGS_CF) || oreg.bx != 0x504d) {
|
||||
/* Failure with 32-bit connect, try to disconect and ignore */
|
||||
/* Failure with 32-bit connect, try to disconnect and ignore */
|
||||
ireg.al = 0x04;
|
||||
intcall(0x15, &ireg, NULL);
|
||||
return -1;
|
||||
|
Loading…
Reference in New Issue
Block a user