Fix grammar.

Submitted by:	alc
MFC after:	2 weeks
This commit is contained in:
Konstantin Belousov 2016-07-11 17:04:22 +00:00
parent c506e956ba
commit 725496ced5

View File

@ -3235,7 +3235,7 @@ vgonel(struct vnode *vp)
/*
* For VMIO bufobj, BO_DEAD is set in vm_object_terminate()
* after the object' page queue is flushed.
* after the object's page queue is flushed.
*/
if (vp->v_bufobj.bo_object == NULL)
vp->v_bufobj.bo_flag |= BO_DEAD;