Fix grammar in comment.

Pointy hat to:	kib
MFC after:	1 week
This commit is contained in:
Konstantin Belousov 2011-01-30 16:21:25 +00:00
parent 2c95328822
commit 54a6cb4e7b

View file

@ -3711,7 +3711,7 @@ locate_dependency(const Obj_Entry *obj, const char *name)
* we are all set. Note that object might not be found if
* dependency was not loaded yet, so the function can
* return NULL here. This is expected and handled
* properly in caller.
* properly by the caller.
*/
return (needed->obj);
}