summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjasper <jasper@openbsd.org>2020-03-11 12:47:49 +0000
committerjasper <jasper@openbsd.org>2020-03-11 12:47:49 +0000
commit8afcfef5a15ed27a521852eac951fc5dd13ae4f4 (patch)
tree80cb44158ea251cc88268fcc32920df1150ef894
parentMake sure hdrlen is initialized. (diff)
downloadwireguard-openbsd-8afcfef5a15ed27a521852eac951fc5dd13ae4f4.tar.xz
wireguard-openbsd-8afcfef5a15ed27a521852eac951fc5dd13ae4f4.zip
fix spelling of IMSG_VMDOP_TERMINATE_VM_RESPONSE in comment
from Matt Schultz
-rw-r--r--usr.sbin/vmctl/vmctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/vmctl/vmctl.c b/usr.sbin/vmctl/vmctl.c
index cafdbeecd51..dcded076005 100644
--- a/usr.sbin/vmctl/vmctl.c
+++ b/usr.sbin/vmctl/vmctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmctl.c,v 1.73 2019/12/15 14:36:59 kn Exp $ */
+/* $OpenBSD: vmctl.c,v 1.74 2020/03/11 12:47:49 jasper Exp $ */
/*
* Copyright (c) 2014 Mike Larkin <mlarkin@openbsd.org>
@@ -459,7 +459,7 @@ terminate_vm(uint32_t terminate_id, const char *name, unsigned int flags)
* terminate_vm_complete
*
* Callback function invoked when we are expecting an
- * IMSG_VMDOP_TERMINATE_VMM_RESPONSE message indicating the completion of
+ * IMSG_VMDOP_TERMINATE_VM_RESPONSE message indicating the completion of
* a terminate vm operation.
*
* Parameters: