diff options
Diffstat (limited to 'hurd/report-wait.c')
-rw-r--r-- | hurd/report-wait.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/report-wait.c b/hurd/report-wait.c index 41fdca1619..d0e3d47ad9 100644 --- a/hurd/report-wait.c +++ b/hurd/report-wait.c @@ -112,7 +112,7 @@ _S_msg_report_wait (mach_port_t msgport, thread_t thread, if (thread == _hurd_msgport_thread) /* Cute. */ strcpy (description, "msgport"); - else if (&_hurd_msgport_thread && thread == _hurd_itimer_thread) + else if (&_hurd_itimer_thread && thread == _hurd_itimer_thread) strcpy (description, "itimer"); else { |