diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2020-03-11 12:47:50 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2020-03-11 12:47:50 +0000 |
commit | 3483eff1eda25ca090965b0f064d67bb9d5efb3d (patch) | |
tree | 7c0a26d758a5175941b0ab78a6e4b7063b7a0832 /usr.sbin | |
parent | 3020865be87ec385347598e65e8e0de9183aac92 (diff) |
fix spelling of IMSG_VMDOP_TERMINATE_VM_RESPONSE in comment
from Matt Schultz
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/vmctl/vmctl.c | 4 |
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: |