summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2015-10-10 16:26:15 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-10-10 16:26:15 +0200
commit149cbdeabc7c776f8364df2da703c1151bea9110 (patch)
treedd2a8481ae04ea75ccfcb3666e700125ff37fb05
parent33e469e95680c8c93306cd59b470414ab93c393f (diff)
parent3df16267afabe8ee7586c45737ca631ec603aec7 (diff)
Merge branch 't/tls-threadvar' into refs/top-bases/tschwinge/Roger_Whittaker
-rw-r--r--hurd/hurdsig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/hurdsig.c b/hurd/hurdsig.c
index 08f754c4e8..5b63a06e15 100644
--- a/hurd/hurdsig.c
+++ b/hurd/hurdsig.c
@@ -352,7 +352,7 @@ interrupted_reply_port_location (thread_t thread,
mach_port_t *portloc = &THREAD_TCB(thread, thread_state)->reply_port;
if (sigthread && _hurdsig_catch_memory_fault (portloc))
- /* Faulted trying to read the stack. */
+ /* Faulted trying to read the TCB. */
return NULL;
/* Fault now if this pointer is bogus. */