Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Dec 2016 14:23:08 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r310155 - head/libexec/rtld-elf
Message-ID:  <201612161423.uBGEN8Dc028630@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612161423.uBGEN8Dc028630>