diff --git a/src/qsched.c b/src/qsched.c
index f6ce8b26349b91fc1f64afcab843266a5b0dc274..7ba707645edd7eea41affb252d19bedc1f4fd95b 100644
--- a/src/qsched.c
+++ b/src/qsched.c
@@ -507,7 +507,7 @@ void qsched_run_pthread ( struct qsched *s , int nr_threads , qsched_funtype fun
  *        task type and a pointer to the task data.
  *
  * Depending on what type of threads QuickSched was compiled with,
- * i.e. OpenMP and/or pthreads, and if the #qsched_flag_spin or
+ * i.e. OpenMP and/or pthreads, and if the #qsched_flag_yield or
  * #qsched_flag_pthread flags were set, this function calls
  * #qsched_run_openmp or #qsched_run_pthread respectively.
  */