Module Name:    src
Committed By:   skrll
Date:           Sat Dec  1 13:01:57 UTC 2018

Modified Files:
        src/libexec/ld.elf_so: README.TLS

Log Message:
Fix typos


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/libexec/ld.elf_so/README.TLS

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/libexec/ld.elf_so/README.TLS
diff -u src/libexec/ld.elf_so/README.TLS:1.4 src/libexec/ld.elf_so/README.TLS:1.5
--- src/libexec/ld.elf_so/README.TLS:1.4	Thu Mar 10 17:38:30 2011
+++ src/libexec/ld.elf_so/README.TLS	Sat Dec  1 13:01:57 2018
@@ -29,7 +29,7 @@ TLS offset computation. If such alternat
 only i386), also add a weak reference to 0 in src/lib/libc/tls/tls.c.
 
 The generic implementation can be found in tls.c and is used with
-__HAVE_COMMON___TLS_GET_ADDR. It depends on ___lwp_getprivate_fast
+__HAVE_COMMON___TLS_GET_ADDR. It depends on __lwp_getprivate_fast
 (see below).
 
 (5) Implement the necessary relocation records in mdreloc.c.  There are
@@ -59,7 +59,7 @@ def->st_value - defobj->tlsoffset + rela
 
 e.g. starting offset is counting down from the TCB.
 
-(6) Implement _lwp_getprivate_fast() in machine/mcontext.h and set
+(6) Implement __lwp_getprivate_fast() in machine/mcontext.h and set
 __HAVE___LWP_GETPRIVATE_FAST in machine/types.h.
 
 (7) Test using src/tests/lib/libc/tls.  Make sure with "objdump -R" that

Reply via email to