summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2015-10-10 16:26:16 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-10-10 16:26:16 +0200
commit38fcb62931a57374a660b447322fb6f01ad16088 (patch)
tree1da2ea2d37faf9eef6ec1af3ffccb022c049e2f9
parent4b15b8b5fe6ef0cdb11c792c4c6c48b9bb1bdb69 (diff)
parent3df16267afabe8ee7586c45737ca631ec603aec7 (diff)
Merge commit 'refs/top-bases/t/2.19-fix' into t/2.19-fix
-rw-r--r--hurd/hurdsig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/hurdsig.c b/hurd/hurdsig.c
index f529f9297a..3969a84523 100644
--- a/hurd/hurdsig.c
+++ b/hurd/hurdsig.c
@@ -241,7 +241,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. */