[git commit future 1/1] tsd.c: fix comment

Peter S. Mazinger ps.m at gmx.net
Wed Mar 16 19:20:32 UTC 2011


commit: http://git.uclibc.org/uClibc/commit/?id=1d38a345b6ad09de71b2aad14578dd17b4986f05
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/future

Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
---
 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));
-- 
1.7.3.4



More information about the uClibc-cvs mailing list