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);
        }
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to