From 4c2cd53a40ef2f51f6f2dd06d5ea5c7ab905e295 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Wed, 16 Mar 2011 23:11:48 +0100 Subject: tsd.c: fix comment Signed-off-by: Peter S. Mazinger Signed-off-by: Bernhard Reutner-Fischer --- libc/misc/pthread/tsd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc/misc/pthread/tsd.c b/libc/misc/pthread/tsd.c index 0c222e8e9..586ead3fa 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)); -- cgit v1.2.3