diff options
author | 2018-09-25 19:24:17 +0000 | |
---|---|---|
committer | 2018-09-25 19:24:17 +0000 | |
commit | 048c2096d239d8c71c371f29b1efc6048885e0e2 (patch) | |
tree | 5ef0f2b42159fa3d26cc9d075e1b863e51053ae6 | |
parent | sync (diff) | |
download | wireguard-openbsd-048c2096d239d8c71c371f29b1efc6048885e0e2.tar.xz wireguard-openbsd-048c2096d239d8c71c371f29b1efc6048885e0e2.zip |
fix typo in comment
ok beck@
-rw-r--r-- | sys/kern/kern_unveil.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_unveil.c b/sys/kern/kern_unveil.c index 2854436a42f..ed54fff0fb5 100644 --- a/sys/kern/kern_unveil.c +++ b/sys/kern/kern_unveil.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kern_unveil.c,v 1.14 2018/08/28 02:51:55 beck Exp $ */ +/* $OpenBSD: kern_unveil.c,v 1.15 2018/09/25 19:24:17 jasper Exp $ */ /* * Copyright (c) 2017-2018 Bob Beck <beck@openbsd.org> @@ -614,7 +614,7 @@ unveil_check_component(struct proc *p, struct nameidata *ni, struct vnode *dp) /* * unveil checking - only done after namei lookup has succeeded on - * the last compoent of a namei lookup. + * the last component of a namei lookup. */ int unveil_check_final(struct proc *p, struct nameidata *ni) |