1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-06 13:09:50 +00:00

Removed a contraction.

This commit is contained in:
Christian Brueffer 2008-01-10 19:11:37 +00:00
parent bcba261a2c
commit 072aee8c70
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=175216

View File

@ -111,7 +111,7 @@ to lock a vnode rather than calling
.Fn VOP_LOCK
directly.
.Fn vn_lock
also doesn't want a thread specified as argument but it
also does not want a thread specified as argument but it
assumes curthread to be used.
.Sh RETURN VALUES
Zero is returned on success, otherwise an error is returned.