svn commit: r310238 - stable/10/libexec/rtld-elf

Konstantin Belousov kib at FreeBSD.org
Mon Dec 19 00:28:05 UTC 2016


Author: kib
Date: Mon Dec 19 00:28:04 2016
New Revision: 310238
URL: https://svnweb.freebsd.org/changeset/base/310238

Log:
  MFC r310155:
  Fix typo.

Modified:
  stable/10/libexec/rtld-elf/rtld.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/libexec/rtld-elf/rtld.c
==============================================================================
--- stable/10/libexec/rtld-elf/rtld.c	Mon Dec 19 00:26:25 2016	(r310237)
+++ stable/10/libexec/rtld-elf/rtld.c	Mon Dec 19 00:28:04 2016	(r310238)
@@ -2469,7 +2469,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-all mailing list