1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-18 15:30:21 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=218099

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);
}