gallium/docs: fix a typo
authorGwan-gyeong Mun <elongbug@gmail.com>
Sat, 26 Aug 2017 08:39:04 +0000 (17:39 +0900)
committerNicolai Hähnle <nicolai.haehnle@amd.com>
Mon, 28 Aug 2017 08:33:42 +0000 (10:33 +0200)
Signed-off-by: Mun Gwan-gyeong <elongbug@gmail.com>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
src/gallium/docs/source/context.rst

index 7002802248e75c8c5c9e8e3ae49fb9615e0a6b7d..6ac45819a66b18af6a9570a643ca1b5a67ddd161 100644 (file)
@@ -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.