summaryrefslogtreecommitdiffstats
path: root/sys/tmpfs
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2021-03-11 13:31:35 +0000
committerjsg <jsg@openbsd.org>2021-03-11 13:31:35 +0000
commitb66b9ef836b4335d57b8481be6faf1a0b9b7e205 (patch)
tree0bfd25b9d4905f8d0ce15ebd7f63dcd980699fe4 /sys/tmpfs
parentRevert rev 1.116 (diff)
downloadwireguard-openbsd-b66b9ef836b4335d57b8481be6faf1a0b9b7e205.tar.xz
wireguard-openbsd-b66b9ef836b4335d57b8481be6faf1a0b9b7e205.zip
spelling
Diffstat (limited to 'sys/tmpfs')
-rw-r--r--sys/tmpfs/tmpfs_vnops.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/tmpfs/tmpfs_vnops.c b/sys/tmpfs/tmpfs_vnops.c
index 2fd97126ae5..daeb1344e51 100644
--- a/sys/tmpfs/tmpfs_vnops.c
+++ b/sys/tmpfs/tmpfs_vnops.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tmpfs_vnops.c,v 1.45 2020/12/25 12:59:53 visa Exp $ */
+/* $OpenBSD: tmpfs_vnops.c,v 1.46 2021/03/11 13:31:35 jsg Exp $ */
/* $NetBSD: tmpfs_vnops.c,v 1.100 2012/11/05 17:27:39 dholland Exp $ */
/*
@@ -289,8 +289,8 @@ done:
}
out:
/*
- * If (1) we succeded, (2) found a distinct vnode to return and (3) were
- * either explicitly told to keep the parent locked or are in the
+ * If (1) we succeeded, (2) found a distinct vnode to return and (3)
+ * were either explicitly told to keep the parent locked or are in the
* middle of a lookup, unlock the parent vnode.
*/
if ((error == 0 || error == EJUSTRETURN) && /* (1) */