summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormlarkin <mlarkin@openbsd.org>2017-11-07 07:38:30 +0000
committermlarkin <mlarkin@openbsd.org>2017-11-07 07:38:30 +0000
commit3d8fd7cc10e6fa572f6a219afb16142c125c3b25 (patch)
treef87fe5f8a0bed6a73b04ae37bf44075d9eac2fd1
parentcomment function vm_checkperm (diff)
downloadwireguard-openbsd-3d8fd7cc10e6fa572f6a219afb16142c125c3b25.tar.xz
wireguard-openbsd-3d8fd7cc10e6fa572f6a219afb16142c125c3b25.zip
typo in previous
-rw-r--r--usr.sbin/vmd/vmd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/vmd/vmd.c b/usr.sbin/vmd/vmd.c
index c2b70b99846..c8377fd3eef 100644
--- a/usr.sbin/vmd/vmd.c
+++ b/usr.sbin/vmd/vmd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmd.c,v 1.72 2017/11/07 07:37:43 mlarkin Exp $ */
+/* $OpenBSD: vmd.c,v 1.73 2017/11/07 07:38:30 mlarkin Exp $ */
/*
* Copyright (c) 2015 Reyk Floeter <reyk@openbsd.org>
@@ -1222,7 +1222,7 @@ vm_register(struct privsep *ps, struct vmop_create_params *vmc,
*
* Checks if the user represented by the 'uid' parameter is allowed to
* manipulate the VM described by the 'vm' parameter (or connect to said VM's
- * console.
+ * console.)
*
* Parameters:
* vm: the VM whose permission is to be checked