Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Dec 2016 00:26:25 +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-11@freebsd.org
Subject:   svn commit: r310237 - stable/11/libexec/rtld-elf
Message-ID:  <201612190026.uBJ0QPt2056095@repo.freebsd.org>

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



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