diff options
author | Brian Paul <[email protected]> | 2016-03-29 11:32:24 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2016-03-29 18:13:46 -0600 |
commit | 6775268b61b1943c85f5a1a30ce330d34003e328 (patch) | |
tree | 20bc2a57fc0701a11f3b7a4a8c277ff54cd8b6f6 /src/gallium/docs | |
parent | 75b713455c77931e5e90c30e65ac99d74dfb17f0 (diff) |
gallium/docs: s/gven/given/
Diffstat (limited to 'src/gallium/docs')
-rw-r--r-- | src/gallium/docs/source/tgsi.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/docs/source/tgsi.rst b/src/gallium/docs/source/tgsi.rst index 6366f7e802d..3ac6ba3c25a 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`` |