summaryrefslogtreecommitdiffstats
path: root/docs/envvars.html
diff options
context:
space:
mode:
authorRhys Kidd <rhyskidd@gmail.com>2016-02-20 16:15:35 +0100
committerRoland Scheidegger <sroland@vmware.com>2016-02-20 16:15:35 +0100
commita0f55e91cc6f628a75daadec74a299893dfd6d8a (patch)
treed21692cb30468f43fd64e3b840463d866a24160b /docs/envvars.html
parent0b10ec1086d90de45ca2fab7b7b212508f50d1aa (diff)
downloadexternal_mesa3d-a0f55e91cc6f628a75daadec74a299893dfd6d8a.zip
external_mesa3d-a0f55e91cc6f628a75daadec74a299893dfd6d8a.tar.gz
external_mesa3d-a0f55e91cc6f628a75daadec74a299893dfd6d8a.tar.bz2
docs: Correct typo in LLVMpipe envvar description
Signed-off-by: Rhys Kidd <rhyskidd@gmail.com> Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Diffstat (limited to 'docs/envvars.html')
-rw-r--r--docs/envvars.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/envvars.html b/docs/envvars.html
index 4eff706..06aa0ac 100644
--- a/docs/envvars.html
+++ b/docs/envvars.html
@@ -232,7 +232,7 @@ See src/mesa/state_tracker/st_debug.c for other options.
<li>LP_PERF - a comma-separated list of options to selectively no-op various
parts of the driver. See the source code for details.
<li>LP_NUM_THREADS - an integer indicating how many threads to use for rendering.
- Zero turns of threading completely. The default value is the number of CPU
+ Zero turns off threading completely. The default value is the number of CPU
cores present.
</ul>