Fix typo in comment, OpenMP => TBB

pull/20472/head
Zhuo Zhang 3 years ago
parent 70d5c88026
commit bdd3930855
No known key found for this signature in database
GPG Key ID: 961A0300B14A36D
  1. 2
      modules/core/include/opencv2/core/parallel/backend/parallel_for.tbb.hpp

@ -38,7 +38,7 @@ static tbb::task_scheduler_init& getScheduler()
}
#endif
/** OpenMP parallel_for API implementation
/** TBB parallel_for API implementation
*
* @sa setParallelForBackend
* @ingroup core_parallel_backend

Loading…
Cancel
Save