diff options
author | 2017-09-08 06:56:54 +0000 | |
---|---|---|
committer | 2017-09-08 06:56:54 +0000 | |
commit | 69558196c1c2fa278ec5930a4d5f7625114a240b (patch) | |
tree | 6e62ad8b5be6fb73e5aab83710dad59d82ad87f0 | |
parent | vmctl: style cleanup - spaces vs tabs. (diff) | |
download | wireguard-openbsd-69558196c1c2fa278ec5930a4d5f7625114a240b.tar.xz wireguard-openbsd-69558196c1c2fa278ec5930a4d5f7625114a240b.zip |
fix a wrong comment.
Noticed by Carlos Cardenas
-rw-r--r-- | usr.sbin/vmd/vmm.c | 4 |
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 |