svn commit: r310237 - stable/11/libexec/rtld-elf

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


Author: kib
Date: Mon Dec 19 00:26:25 2016
New Revision: 310237
URL: https://svnweb.freebsd.org/changeset/base/310237

Log:
  MFC r310155:
  Fix typo.

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

Modified: stable/11/libexec/rtld-elf/rtld.c
==============================================================================
--- stable/11/libexec/rtld-elf/rtld.c	Sun Dec 18 22:24:04 2016	(r310236)
+++ stable/11/libexec/rtld-elf/rtld.c	Mon Dec 19 00:26:25 2016	(r310237)
@@ -2494,7 +2494,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