From c964cb0a6c4c02d2341d3a172197615879086eea Mon Sep 17 00:00:00 2001 From: Robert Mustacchi Date: Tue, 14 Jun 2011 10:07:44 -0700 Subject: HVM-366 Don't lie about requiring GNU C (fix typo) --- kvm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kvm.h') diff --git a/kvm.h b/kvm.h index 5257c3f..6fc1bd4 100644 --- a/kvm.h +++ b/kvm.h @@ -10,7 +10,7 @@ * explicitly note that this file is not ISO C. */ #ifndef __GNUC__ -#error "The KVM Header files require GNU C extensions for compatability." +#error "The KVM Header files require GNU C extensions for compatibility." #endif #include -- cgit v1.2.3