summaryrefslogtreecommitdiffstats
path: root/src/gallium/docs
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2016-03-29 11:32:24 -0600
committerBrian Paul <brianp@vmware.com>2016-03-29 18:13:46 -0600
commit6775268b61b1943c85f5a1a30ce330d34003e328 (patch)
tree20bc2a57fc0701a11f3b7a4a8c277ff54cd8b6f6 /src/gallium/docs
parent75b713455c77931e5e90c30e65ac99d74dfb17f0 (diff)
downloadexternal_mesa3d-6775268b61b1943c85f5a1a30ce330d34003e328.zip
external_mesa3d-6775268b61b1943c85f5a1a30ce330d34003e328.tar.gz
external_mesa3d-6775268b61b1943c85f5a1a30ce330d34003e328.tar.bz2
gallium/docs: s/gven/given/
Diffstat (limited to 'src/gallium/docs')
-rw-r--r--src/gallium/docs/source/tgsi.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/docs/source/tgsi.rst b/src/gallium/docs/source/tgsi.rst
index 6366f7e..3ac6ba3 100644
--- a/src/gallium/docs/source/tgsi.rst
+++ b/src/gallium/docs/source/tgsi.rst
@@ -2095,7 +2095,7 @@ after lookup.
.. opcode:: SAMPLE
Using provided address, sample data from the specified texture using the
- filtering mode identified by the gven sampler. The source data may come from
+ filtering mode identified by the given sampler. The source data may come from
any resource type other than buffers.
Syntax: ``SAMPLE dst, address, sampler_view, sampler``