From 91690370658580e2591cd9f1f51229c3bc3cb326 Mon Sep 17 00:00:00 2001 From: ckuethe Date: Sat, 12 Jul 2008 23:17:33 +0000 Subject: [PATCH] reference vmt (openbsd) rather than vmware (xorg) ok dlg --- sys/dev/vmt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/vmt.c b/sys/dev/vmt.c index 93bb0057e3a..5b0264f8f72 100644 --- a/sys/dev/vmt.c +++ b/sys/dev/vmt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vmt.c,v 1.1 2008/07/08 05:22:00 dlg Exp $ */ +/* $OpenBSD: vmt.c,v 1.2 2008/07/12 23:17:33 ckuethe Exp $ */ /* * Copyright (c) 2007 David Crawshaw @@ -18,7 +18,7 @@ */ #if !defined(__i386__) -#error vmware(4) is only supported on i386 +#error vmt(4) is only supported on i386 #endif #include -- 2.20.1