Fix typo in comment about pledges (send -> sendfd).
authordv <dv@openbsd.org>
Sun, 6 Nov 2022 11:54:08 +0000 (11:54 +0000)
committerdv <dv@openbsd.org>
Sun, 6 Nov 2022 11:54:08 +0000 (11:54 +0000)
No functional change.

usr.sbin/vmd/vmm.c

index fc6ced3..6c2bdbd 100644 (file)
@@ -1,4 +1,4 @@
-/*     $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>
@@ -89,7 +89,7 @@ vmm_run(struct privsep *ps, struct privsep_proc *p, void *arg)
         * 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)