From 2bede1b82aaa2a48ea2ee403f5af588bfee70680 Mon Sep 17 00:00:00 2001 From: "Pedro F. Giffuni" Date: Sat, 30 Apr 2016 00:34:04 +0000 Subject: [PATCH] x86bios: spelling fix in a comment. No functional change. --- sys/compat/x86bios/x86bios.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/compat/x86bios/x86bios.h b/sys/compat/x86bios/x86bios.h index 491367de4f1..f12c800d8b3 100644 --- a/sys/compat/x86bios/x86bios.h +++ b/sys/compat/x86bios/x86bios.h @@ -27,7 +27,7 @@ */ /* * x86 registers were borrowed from x86emu.h x86emu_regs.h - * for compatability. + * for compatibility. */ #ifndef _X86BIOS_H_