Skip to content
Snippets Groups Projects
Commit 3111ad76 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Fixed a long-standing documentation issue in qsched.c

parent 98e8952e
No related branches found
No related tags found
No related merge requests found
......@@ -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.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment