From 6273aca9b1c1438e35f1a18881daabaf660ae2ad Mon Sep 17 00:00:00 2001 From: Christoph Hertzberg Date: Mon, 4 May 2015 15:26:31 +0000 Subject: small typo --- doc/TopicMultithreading.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/TopicMultithreading.dox') diff --git a/doc/TopicMultithreading.dox b/doc/TopicMultithreading.dox index ba3547143..e22e1c613 100644 --- a/doc/TopicMultithreading.dox +++ b/doc/TopicMultithreading.dox @@ -14,7 +14,7 @@ You can control the number of thread that will be used using either the OpenMP A omp_set_num_threads(n); Eigen::setNbThreads(n); \endcode -Unless setNbThreads has been called, Eigen uses the number of threads specified by OpenMP. You can restore this bahavior by calling \code setNbThreads(0); \endcode +Unless setNbThreads has been called, Eigen uses the number of threads specified by OpenMP. You can restore this behavior by calling \code setNbThreads(0); \endcode You can query the number of threads that will be used with: \code n = Eigen::nbThreads( ); -- cgit v1.2.3