Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Dec 2016 00:28:04 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r310238 - stable/10/libexec/rtld-elf
Message-ID:  <201612190028.uBJ0S47T056206@repo.freebsd.org>

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



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