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

Konstantin Belousov kib at FreeBSD.org
Fri Dec 16 14:23:09 UTC 2016


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;


More information about the svn-src-head mailing list