From 5f7f519b76a9e0e8be95f4a8aadbf2584d4e31e7 Mon Sep 17 00:00:00 2001 From: pfg 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 491367de4f1e..f12c800d8b33 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_