From: dv Date: Sun, 6 Nov 2022 11:54:08 +0000 (+0000) Subject: Fix typo in comment about pledges (send -> sendfd). X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=94c519221d13919d7669f3497d008db19e956c14;p=openbsd Fix typo in comment about pledges (send -> sendfd). No functional change. --- diff --git a/usr.sbin/vmd/vmm.c b/usr.sbin/vmd/vmm.c index fc6ced385bd..6c2bdbd12a3 100644 --- a/usr.sbin/vmd/vmm.c +++ b/usr.sbin/vmd/vmm.c @@ -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 @@ -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)