1999-11-18 Roland McGrath <roland@baalperazim.frob.com>

* hurd/report-wait.c (_S_msg_report_wait): Fix typo:
	&_hurd_itimer_thread not &_hurd_msgport_thread.
This commit is contained in:
Roland McGrath 1999-11-18 06:17:19 +00:00
parent 267ff95b79
commit 2d0876e86b

View File

@ -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
{