From 3111ad7603be73f9073a844d1f60fd8b31eed228 Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <matthieu.schaller@durham.ac.uk>
Date: Wed, 4 Mar 2015 18:18:42 +0000
Subject: [PATCH] Fixed a long-standing documentation issue in qsched.c

---
 src/qsched.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/qsched.c b/src/qsched.c
index f6ce8b2..7ba7076 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.
  */
-- 
GitLab