From 6f2afa324d1065b683deec76bffd5785ba2d4989 Mon Sep 17 00:00:00 2001 From: davidxu Date: Tue, 3 Aug 2004 02:23:06 +0000 Subject: s/TMDF_DONOTRUNUSER/TMDF_SUSPEND/g Dicussed with: deischen --- lib/libpthread/thread/thr_priority_queue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libpthread/thread/thr_priority_queue.c') diff --git a/lib/libpthread/thread/thr_priority_queue.c b/lib/libpthread/thread/thr_priority_queue.c index 83187ff..f750a01 100644 --- a/lib/libpthread/thread/thr_priority_queue.c +++ b/lib/libpthread/thread/thr_priority_queue.c @@ -274,7 +274,7 @@ _pq_first_debug(pq_queue_t *pq) } else { /* * note there may be a suspension event during this - * test, If TMDF_DONOTRUNUSER is set after we tested it, + * test, If TMDF_SUSPEND is set after we tested it, * we will run the thread, this seems be a problem, * fortunatly, when we are being debugged, all context * switch will be done by kse_switchin, that is a -- cgit v1.1