summaryrefslogtreecommitdiffstats
path: root/src/gallium/docs
diff options
context:
space:
mode:
authorOded Gabbay <oded.gabbay@gmail.com>2016-03-20 10:41:40 +0200
committerOded Gabbay <oded.gabbay@gmail.com>2016-04-11 11:43:43 +0300
commitd97f5d60f51454727c8d854977c3050a7827d415 (patch)
treeed5b26633b16953892dcd2560659504969466417 /src/gallium/docs
parenta89c47415774fe9b5458a7ec7e072711e06201e6 (diff)
downloadexternal_mesa3d-d97f5d60f51454727c8d854977c3050a7827d415.zip
external_mesa3d-d97f5d60f51454727c8d854977c3050a7827d415.tar.gz
external_mesa3d-d97f5d60f51454727c8d854977c3050a7827d415.tar.bz2
tgsi/doc: fix spelling error
Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com> Reviewed-by: Rob Clark <robdclark@gmail.com>
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 ac6052a..85c302f 100644
--- a/src/gallium/docs/source/tgsi.rst
+++ b/src/gallium/docs/source/tgsi.rst
@@ -2710,7 +2710,7 @@ TGSI_SEMANTIC_COLOR
"""""""""""""""""""
For vertex shader outputs or fragment shader inputs/outputs, this
-label indicates that the resister contains an R,G,B,A color.
+label indicates that the register contains an R,G,B,A color.
Several shader inputs/outputs may contain colors so the semantic index
is used to distinguish them. For example, color[0] may be the diffuse