summaryrefslogtreecommitdiff
path: root/lib/libkse/thread/thr_priority_queue.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libkse/thread/thr_priority_queue.c')
-rw-r--r--lib/libkse/thread/thr_priority_queue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libkse/thread/thr_priority_queue.c b/lib/libkse/thread/thr_priority_queue.c
index 83187ffa65aef..f750a0178961d 100644
--- a/lib/libkse/thread/thr_priority_queue.c
+++ b/lib/libkse/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