summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Larkin <mlarkin@cvs.openbsd.org>2017-09-08 06:56:55 +0000
committerMike Larkin <mlarkin@cvs.openbsd.org>2017-09-08 06:56:55 +0000
commit9b1f7edb614f52c99e353fc494bdb3d6570930c0 (patch)
tree3c19a5cf20538424a6f1248d23dec479f42eb378
parent35a683a590175c2a34f9efffc4a3514c09687029 (diff)
fix a wrong comment.
Noticed by Carlos Cardenas
-rw-r--r--usr.sbin/vmd/vmm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/vmd/vmm.c b/usr.sbin/vmd/vmm.c
index 5bbab0597d7..601dfd612fd 100644
--- a/usr.sbin/vmd/vmm.c
+++ b/usr.sbin/vmd/vmm.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmm.c,v 1.73 2017/09/08 06:24:31 mlarkin Exp $ */
+/* $OpenBSD: vmm.c,v 1.74 2017/09/08 06:56:54 mlarkin Exp $ */
/*
* Copyright (c) 2015 Mike Larkin <mlarkin@openbsd.org>
@@ -505,7 +505,7 @@ vmm_dispatch_vm(int fd, short event, void *arg)
* supplied vm_terminate_params structure (vtp->vtp_vm_id)
*
* Parameters
- * vtp: vm_create_params struct containing the ID of the VM to terminate
+ * vtp: vm_terminate_params struct containing the ID of the VM to terminate
*
* Return values:
* 0: success