summaryrefslogtreecommitdiff
path: root/src/gallium
diff options
context:
space:
mode:
authorGwan-gyeong Mun <elongbug@gmail.com>2017-08-26 17:39:04 +0900
committerNicolai Hähnle <nicolai.haehnle@amd.com>2017-08-28 10:33:42 +0200
commitdb91b8536e33a095a4bdfd4cedd215831c2c61e6 (patch)
tree126d1b9abc9a7cdf38b3030260998e6af0bf027d /src/gallium
parent1d8111ebacd05f7e5974c5eb04354ee97796f9d4 (diff)
gallium/docs: fix a typo
Signed-off-by: Mun Gwan-gyeong <elongbug@gmail.com> Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/docs/source/context.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/docs/source/context.rst b/src/gallium/docs/source/context.rst
index 7002802248e..6ac45819a66 100644
--- a/src/gallium/docs/source/context.rst
+++ b/src/gallium/docs/source/context.rst
@@ -118,7 +118,7 @@ If texture format is different than template format, it is said the texture
is being cast to another format. Casting can be done only between compatible
formats, that is formats that have matching component order and sizes.
-Swizzle fields specify they way in which fetched texel components are placed
+Swizzle fields specify the way in which fetched texel components are placed
in the result register. For example, ``swizzle_r`` specifies what is going to be
placed in first component of result register.