Author: kib
Date: Fri Dec 16 14:23:08 2016
New Revision: 310155
URL: https://svnweb.freebsd.org/changeset/base/310155

Log:
  Fix typo.
  
  MFC after:    3 days

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

Modified: head/libexec/rtld-elf/rtld.c
==============================================================================
--- head/libexec/rtld-elf/rtld.c        Fri Dec 16 10:40:00 2016        
(r310154)
+++ head/libexec/rtld-elf/rtld.c        Fri Dec 16 14:23:08 2016        
(r310155)
@@ -2493,7 +2493,7 @@ objlist_call_init(Objlist *list, RtldLoc
            continue;
        /*
         * Race: other thread might try to use this object before current
-        * one completes the initilization. Not much can be done here
+        * one completes the initialization. Not much can be done here
         * without better locking.
         */
        elm->obj->init_done = true;
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to