aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/TopicMultithreading.dox
diff options
context:
space:
mode:
authorGravatar ITimer <ylinax@ust.hk>2015-08-10 15:11:10 +0800
committerGravatar ITimer <ylinax@ust.hk>2015-08-10 15:11:10 +0800
commit93635cafee3865aca4f0319bb9ea98561f18e2b4 (patch)
tree78afd1eaf5ce9c0bb30d948aedc0d2749d85cf46 /doc/TopicMultithreading.dox
parentcac6b23033807187382a5ace7d49d39a3436fe1b (diff)
Fixed a spelling error
Diffstat (limited to 'doc/TopicMultithreading.dox')
-rw-r--r--doc/TopicMultithreading.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/TopicMultithreading.dox b/doc/TopicMultithreading.dox
index 66028d7a8..95f6bf287 100644
--- a/doc/TopicMultithreading.dox
+++ b/doc/TopicMultithreading.dox
@@ -8,7 +8,7 @@ Some Eigen's algorithms can exploit the multiple cores present in your hardware.
* GCC: \c -fopenmp
* ICC: \c -openmp
* MSVC: check the respective option in the build properties.
-You can control the number of thread that will be used using either the OpenMP API or Eiegn's API using the following priority:
+You can control the number of thread that will be used using either the OpenMP API or Eigen's API using the following priority:
\code
OMP_NUM_THREADS=n ./my_program
omp_set_num_threads(n);