summaryrefslogtreecommitdiff
path: root/lib/libpthread/thread/thr_priority_queue.c
diff options
context:
space:
mode:
authorDavid Xu <davidxu@FreeBSD.org>2004-08-03 02:23:06 +0000
committerDavid Xu <davidxu@FreeBSD.org>2004-08-03 02:23:06 +0000
commit4513fb36aa05311f7c37d4d22c61740af18f6ce3 (patch)
treeecab1eab8d4a6ebfbf396cb5ab2e5d6c501e078f /lib/libpthread/thread/thr_priority_queue.c
parent2ff39e1543499092693ebb5ab34cfa0cd91ed214 (diff)
Notes
Diffstat (limited to 'lib/libpthread/thread/thr_priority_queue.c')
-rw-r--r--lib/libpthread/thread/thr_priority_queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_priority_queue.c b/lib/libpthread/thread/thr_priority_queue.c
index 83187ffa65aef..f750a0178961d 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