x86bios: spelling fix in a comment.

No functional change.
This commit is contained in:
Pedro F. Giffuni 2016-04-30 00:34:04 +00:00
parent 5d708ee940
commit 2bede1b82a
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
*/
/*
* x86 registers were borrowed from x86emu.h x86emu_regs.h
* for compatability.
* for compatibility.
*/
#ifndef _X86BIOS_H_