[git commit] tsd.c: fix comment

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Fri Jun 15 12:00:26 UTC 2012


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

Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 libc/misc/pthread/tsd.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libc/misc/pthread/tsd.c b/libc/misc/pthread/tsd.c
index 0c222e8..586ead3 100644
--- a/libc/misc/pthread/tsd.c
+++ b/libc/misc/pthread/tsd.c
@@ -1,5 +1,5 @@
 /* libpthread sets _dl_error_catch_tsd to point to this function.
-   We define it here instead of in libpthread so t here instead of in libpthread so that it doesn't
+   We define it here instead of in libpthread so that it doesn't
    need to have a TLS segment of its own just for this one pointer.  */
 
 void **__libc_dl_error_tsd(void) __attribute__ ((const));


More information about the uClibc-cvs mailing list