summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorSebastian Benoit <benno@cvs.openbsd.org>2016-01-02 15:05:22 +0000
committerSebastian Benoit <benno@cvs.openbsd.org>2016-01-02 15:05:22 +0000
commit8b3619fd5377ebf15e63b34a8e145c07585fa688 (patch)
tree5b1fcfe6be04b4232e6916b9fe3b3f22c3d5dc35 /usr.sbin
parente45a207aae881ba7d11a852dfc55214ad0c273af (diff)
fix typo in comment, found by Michal Mazurek, thanks
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/vmd/vmd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/vmd/vmd.h b/usr.sbin/vmd/vmd.h
index 3e865d44cbc..0df024978ba 100644
--- a/usr.sbin/vmd/vmd.h
+++ b/usr.sbin/vmd/vmd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmd.h,v 1.16 2015/12/11 10:16:53 reyk Exp $ */
+/* $OpenBSD: vmd.h,v 1.17 2016/01/02 15:05:21 benno Exp $ */
/*
* Copyright (c) 2015 Mike Larkin <mlarkin@openbsd.org>
@@ -43,7 +43,7 @@
#define dprintf(x...) do { log_debug(x); } while(0)
#else
#define dprintf(x...)
-#endif /* VMM_DEBUG */
+#endif /* VMD_DEBUG */
enum imsg_type {
IMSG_VMDOP_START_VM_REQUEST = IMSG_PROC_MAX,