From 54a6cb4e7b2df7ee2b0eb967984ee32ff6183d1b Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Sun, 30 Jan 2011 16:21:25 +0000 Subject: [PATCH] Fix grammar in comment. Pointy hat to: kib MFC after: 1 week --- libexec/rtld-elf/rtld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/rtld-elf/rtld.c b/libexec/rtld-elf/rtld.c index ee977088bfe..50ab393063d 100644 --- a/libexec/rtld-elf/rtld.c +++ b/libexec/rtld-elf/rtld.c @@ -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); }