OSDN Git Service

ldso: commentary typo fix
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 10 May 2011 19:22:25 +0000 (21:22 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 10 May 2011 19:22:25 +0000 (21:22 +0200)
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
ldso/libdl/libdl.c

index b80495e..52c77b0 100644 (file)
@@ -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