diff options
author | 2018-10-22 17:31:24 +0000 | |
---|---|---|
committer | 2018-10-22 17:31:24 +0000 | |
commit | c43131ad7f420c8af6cee2cdfbcd3f96b0d6e971 (patch) | |
tree | 1d9b9500a52d708ea5beca72031c174bf6b63eec /sys/tmpfs | |
parent | The recent switch to realpath(3) for the boot string in vmd(8) broke (diff) | |
download | wireguard-openbsd-c43131ad7f420c8af6cee2cdfbcd3f96b0d6e971.tar.xz wireguard-openbsd-c43131ad7f420c8af6cee2cdfbcd3f96b0d6e971.zip |
More "explicitely" -> "explicitly" in various comments.
ok guenther@ tb@ deraadt@
Diffstat (limited to 'sys/tmpfs')
-rw-r--r-- | sys/tmpfs/tmpfs_vnops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/tmpfs/tmpfs_vnops.c b/sys/tmpfs/tmpfs_vnops.c index 6615a1951bd..8b5c7a76b46 100644 --- a/sys/tmpfs/tmpfs_vnops.c +++ b/sys/tmpfs/tmpfs_vnops.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tmpfs_vnops.c,v 1.32 2018/06/07 13:37:28 visa Exp $ */ +/* $OpenBSD: tmpfs_vnops.c,v 1.33 2018/10/22 17:31:25 krw Exp $ */ /* $NetBSD: tmpfs_vnops.c,v 1.100 2012/11/05 17:27:39 dholland Exp $ */ /* @@ -289,7 +289,7 @@ done: out: /* * If (1) we succeded, (2) found a distinct vnode to return and (3) were - * either explicitely told to keep the parent locked or are in the + * 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) */ |