From 08323326b76b82314be7d5875904cca2f7cb4a28 Mon Sep 17 00:00:00 2001
From: Peter S. Mazinger <ps.m@gmx.net>
Date: Wed, 16 Mar 2011 23:11:48 +0100
Subject: [PATCH 083/396] tsd.c: fix comment

Signed-off-by: Peter S. Mazinger <ps.m@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.0.4

