diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-03-11 13:31:37 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-03-11 13:31:37 +0000 |
commit | 57f7bbe27566731f97de2222cb8a307893193342 (patch) | |
tree | 5df08e82a6694ac20bf052e638701b1c944c65fe /sys/tmpfs | |
parent | d69fadfdb4feda584ce4547c5f1447ca69742210 (diff) |
spelling
Diffstat (limited to 'sys/tmpfs')
-rw-r--r-- | sys/tmpfs/tmpfs_vnops.c | 6 |
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) */ |