Spotted a small typo in the documentation comment for terminate_vm_complete() 
in vmctl.c. The included patch updates the comment to match what is actually 
used in the function body.


Index: usr.sbin/vmctl/vmctl.c
===================================================================
RCS file: /cvs/src/usr.sbin/vmctl/vmctl.c,v
retrieving revision 1.73
diff -u -p -u -r1.73 vmctl.c
--- usr.sbin/vmctl/vmctl.c      15 Dec 2019 14:36:59 -0000      1.73
+++ usr.sbin/vmctl/vmctl.c      8 Mar 2020 00:25:27 -0000
@@ -459,7 +459,7 @@ terminate_vm(uint32_t terminate_id, cons
  * 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:

Reply via email to