Fix two small grammar mistakes.

Approved by:	das (mentor)
This commit is contained in:
Craig Rodrigues 2005-07-22 00:28:22 +00:00
parent 9519511c6a
commit 0167ce0d1d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=148271

View File

@ -53,10 +53,10 @@ The
function decrements the
.Va v_holdcnt
of the vnode.
If the holdcount is less than or equal zero prior to calling
If the holdcount is less than or equal to zero prior to calling
.Fn vdrop ,
the system will panic.
If the vnode is no longer referenced, it will freed.
If the vnode is no longer referenced, it will be freed.
.Sh SEE ALSO
.Xr vbusy 9 ,
.Xr vfree 9