svn commit: r218099 - head/libexec/rtld-elf

Konstantin Belousov kib at FreeBSD.org
Sun Jan 30 16:21:26 UTC 2011


Author: kib
Date: Sun Jan 30 16:21:25 2011
New Revision: 218099
URL: http://svn.freebsd.org/changeset/base/218099

Log:
  Fix grammar in comment.
  
  Pointy hat to:	kib
  MFC after:	1 week

Modified:
  head/libexec/rtld-elf/rtld.c

Modified: head/libexec/rtld-elf/rtld.c
==============================================================================
--- head/libexec/rtld-elf/rtld.c	Sun Jan 30 16:14:09 2011	(r218098)
+++ head/libexec/rtld-elf/rtld.c	Sun Jan 30 16:21:25 2011	(r218099)
@@ -3711,7 +3711,7 @@ locate_dependency(const Obj_Entry *obj, 
 	     * 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);
 	}


More information about the svn-src-head mailing list