diff options
author | 2017-11-07 07:38:30 +0000 | |
---|---|---|
committer | 2017-11-07 07:38:30 +0000 | |
commit | 3d8fd7cc10e6fa572f6a219afb16142c125c3b25 (patch) | |
tree | f87fe5f8a0bed6a73b04ae37bf44075d9eac2fd1 | |
parent | comment function vm_checkperm (diff) | |
download | wireguard-openbsd-3d8fd7cc10e6fa572f6a219afb16142c125c3b25.tar.xz wireguard-openbsd-3d8fd7cc10e6fa572f6a219afb16142c125c3b25.zip |
typo in previous
-rw-r--r-- | usr.sbin/vmd/vmd.c | 4 |
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 |