From 94c519221d13919d7669f3497d008db19e956c14 Mon Sep 17 00:00:00 2001 From: dv Date: Sun, 6 Nov 2022 11:54:08 +0000 Subject: [PATCH] Fix typo in comment about pledges (send -> sendfd). No functional change. --- usr.sbin/vmd/vmm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.20.1