Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Fix a Freudian slip found by rmind



details:   https://anonhg.NetBSD.org/src/rev/666233df6e88
branches:  trunk
changeset: 764445:666233df6e88
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sat Apr 23 16:40:08 2011 +0000

description:
Fix a Freudian slip found by rmind

diffstat:

 doc/CHANGES             |  12 ++++++------
 libexec/ld.elf_so/tls.c |   6 +++---
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs (60 lines):

diff -r da8b3757b3d5 -r 666233df6e88 doc/CHANGES
--- a/doc/CHANGES       Sat Apr 23 15:26:05 2011 +0000
+++ b/doc/CHANGES       Sat Apr 23 16:40:08 2011 +0000
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:                   <$Revision: 1.1539 $>
+# LIST OF CHANGES FROM LAST RELEASE:                   <$Revision: 1.1540 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -963,8 +963,8 @@
                [bouyer 20110306]
        tmux(1): First import of tmux (version 1.4).  [jmmv 20110310]
        powerpc: add TLS (thread local storage) support.  [matt 20110311]
-       sh3: add TLS (thread locale storage) support.  [joerg 20110312]
-       x86: add TLS (thread locale storage) support.  [joerg 20110312]
+       sh3: add TLS (thread local storage) support.  [joerg 20110312]
+       x86: add TLS (thread local storage) support.  [joerg 20110312]
        mips: add TLS (thread local storage) support.  [matt 20110314]
        mips: add MIPS32R2 and MIPS64R2 support.  [matt 20110314]
        shmif_dumpbus(1): Make endian-independent.  [pooka 20110314]
@@ -973,9 +973,9 @@
        sandpoint: D-Link DSM-G600 support. [phx 20110319]
        shark: chipsfb now works on shark. [macallan 20110323]
        postfix(1): Import version 2.8.2 [tron 20110323]
-       sparc: add TLS (thread locale storage) support.  [martin 20110330]
-       sparc64: add TLS (thread locale storage) support.  [martin 20110330]
-       alpha: add TLS (thread locale storage) support.  [skrll 20110331]
+       sparc: add TLS (thread local storage) support.  [martin 20110330]
+       sparc64: add TLS (thread local storage) support.  [martin 20110330]
+       alpha: add TLS (thread local storage) support.  [skrll 20110331]
        atf(7): Import 0.13.  [jmmv 20110331]
        ssh-askpass: Updated to 1.2.0. [mbalmer 20110403]
        rdcide(4): add a driver for the IDE controller found in RDC's
diff -r da8b3757b3d5 -r 666233df6e88 libexec/ld.elf_so/tls.c
--- a/libexec/ld.elf_so/tls.c   Sat Apr 23 15:26:05 2011 +0000
+++ b/libexec/ld.elf_so/tls.c   Sat Apr 23 16:40:08 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tls.c,v 1.6 2011/04/07 02:19:28 matt Exp $     */
+/*     $NetBSD: tls.c,v 1.7 2011/04/23 16:40:08 joerg Exp $    */
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: tls.c,v 1.6 2011/04/07 02:19:28 matt Exp $");
+__RCSID("$NetBSD: tls.c,v 1.7 2011/04/23 16:40:08 joerg Exp $");
 
 #include <sys/param.h>
 #include <sys/ucontext.h>
@@ -243,7 +243,7 @@
        if (_rtld_tls_static_space) {
                if (obj->tlsinitsize) {
                        _rtld_error("%s: Use of initialized "
-                           "Thread Locale Storage with model initial-exec "
+                           "Thread Local Storage with model initial-exec "
                            "and dlopen is not supported",
                            obj->path);
                        return -1;



Home | Main Index | Thread Index | Old Index