summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2021-12-10 19:30:05 +0000
committerandvar <andvar@NetBSD.org>2021-12-10 19:30:05 +0000
commitf76bbb0f997138e68aba8b92fd76ac5ef56b68c0 (patch)
tree3d25584fb8c94fe1d50cda5b970edddb27377c16 /sys
parent37b12f18b78ca7c928bb4bf16a1f69bc37fe48e1 (diff)
s/unaccessible/inaccessible/
Diffstat (limited to 'sys')
-rw-r--r--sys/fs/union/union_vnops.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/fs/union/union_vnops.c b/sys/fs/union/union_vnops.c
index 18ed1444b88..04bd05ea9c8 100644
--- a/sys/fs/union/union_vnops.c
+++ b/sys/fs/union/union_vnops.c
@@ -1,4 +1,4 @@
-/* $NetBSD: union_vnops.c,v 1.81 2021/12/10 09:20:38 hannken Exp $ */
+/* $NetBSD: union_vnops.c,v 1.82 2021/12/10 19:30:05 andvar Exp $ */
/*
* Copyright (c) 1992, 1993, 1994, 1995
@@ -72,7 +72,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: union_vnops.c,v 1.81 2021/12/10 09:20:38 hannken Exp $");
+__KERNEL_RCSID(0, "$NetBSD: union_vnops.c,v 1.82 2021/12/10 19:30:05 andvar Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -775,7 +775,7 @@ union_access(void *v)
* Copy up to prevent checking (and failing) against
* underlying file system mounted read only.
* Check for read access first to prevent implicit
- * copy of unaccessible underlying vnode.
+ * copy of inaccessible underlying vnode.
*/
if (un->un_uppervp == NULLVP &&
(un->un_lowervp->v_type == VREG) &&