[git commit] ldso: commentary typo fix

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Tue May 10 19:22:25 UTC 2011


commit: http://git.uclibc.org/uClibc/commit/?id=bfbab32be6d74de0717c7f5fbdd90edfd2839169
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 ldso/libdl/libdl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ldso/libdl/libdl.c b/ldso/libdl/libdl.c
index b80495e..52c77b0 100644
--- a/ldso/libdl/libdl.c
+++ b/ldso/libdl/libdl.c
@@ -672,7 +672,7 @@ void *dlsym(void *vhandle, const char *name)
 #if defined(USE_TLS) && USE_TLS && defined SHARED
 	if (sym_ref.tpnt) {
 		/* The found symbol is a thread-local storage variable.
-		Return the address for to the current thread.  */
+		Return its address for the current thread.  */
 		ret = _dl_tls_symaddr ((struct link_map *)sym_ref.tpnt, (Elf32_Addr)ret);
 	}
 #endif
-- 
1.7.3.4



More information about the uClibc-cvs mailing list