summaryrefslogtreecommitdiff
path: root/kvm.h
diff options
context:
space:
mode:
authorRobert Mustacchi <rm@joyent.com>2011-06-14 10:07:44 -0700
committerRobert Mustacchi <rm@joyent.com>2011-06-14 10:07:44 -0700
commitc964cb0a6c4c02d2341d3a172197615879086eea (patch)
tree240376132100247497ab005a0a3b6e527f187dc1 /kvm.h
parent293086b3aa21e1e5242a8331802bc687dc5bb818 (diff)
downloadillumos-kvm-c964cb0a6c4c02d2341d3a172197615879086eea.tar.gz
HVM-366 Don't lie about requiring GNU C (fix typo)
Diffstat (limited to 'kvm.h')
-rw-r--r--kvm.h2
1 files changed, 1 insertions, 1 deletions
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 <sys/types.h>