summaryrefslogtreecommitdiffstats
path: root/share/man/man9/VOP_LOOKUP.9
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1997-03-04 06:20:48 +0000
committermpp <mpp@FreeBSD.org>1997-03-04 06:20:48 +0000
commite725b5966ad6d308cbadae37773aedf79ff20923 (patch)
tree2e29b0aeccdaba0228e59dfc906815c901c95433 /share/man/man9/VOP_LOOKUP.9
parent103fe2262b1ef95d77e650a26a3b298c19bcdcbf (diff)
downloadFreeBSD-src-e725b5966ad6d308cbadae37773aedf79ff20923.zip
FreeBSD-src-e725b5966ad6d308cbadae37773aedf79ff20923.tar.gz
Typo police.
Diffstat (limited to 'share/man/man9/VOP_LOOKUP.9')
-rw-r--r--share/man/man9/VOP_LOOKUP.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/VOP_LOOKUP.9 b/share/man/man9/VOP_LOOKUP.9
index c878e39..462ba94 100644
--- a/share/man/man9/VOP_LOOKUP.9
+++ b/share/man/man9/VOP_LOOKUP.9
@@ -26,7 +26,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id$
+.\" $Id: VOP_LOOKUP.9,v 1.1 1997/03/03 18:00:26 dfr Exp $
.\"
.Dd July 24, 1996
.Os FreeBSD
@@ -170,7 +170,7 @@ vop_lookup(struct vnode *dvp,
struct vnode *vp = NULL;
/*
- * Check accessiblity of directory.
+ * Check accessibility of directory.
*/
if (dvp->v_type != VDIR)
return ENOTDIR;
@@ -184,7 +184,7 @@ vop_lookup(struct vnode *dvp,
return (EROFS);
/*
- * Check name cachec for directory/name pair. This returns ENOENT
+ * Check name cache for directory/name pair. This returns ENOENT
* if the name is known not to exist, -1 if the name was found, or
* zero if not.
*/
OpenPOWER on IntegriCloud