-/* $OpenBSD: vmm.c,v 1.105 2022/04/10 19:36:58 dv Exp $ */
+/* $OpenBSD: vmm.c,v 1.106 2022/11/06 11:54:08 dv Exp $ */
/*
* Copyright (c) 2015 Mike Larkin <mlarkin@openbsd.org>
* stdio - for malloc and basic I/O including events.
* vmm - for the vmm ioctls and operations.
* proc - for forking and maitaining vms.
- * send - for sending send/recv fds to vm proc.
+ * sendfd - for sending send/recv fds to vm proc.
* recvfd - for disks, interfaces and other fds.
*/
if (pledge("stdio vmm sendfd recvfd proc", NULL) == -1)