From 3df16267afabe8ee7586c45737ca631ec603aec7 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Fri, 9 Oct 2015 21:09:28 +0200 Subject: fix comment --- hurd/hurdsig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- cgit v1.2.3