gallium/docs: fix a typo

Signed-off-by: Mun Gwan-gyeong <elongbug@gmail.com>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
This commit is contained in:
Gwan-gyeong Mun 2017-08-26 17:39:04 +09:00 committed by Nicolai Hähnle
parent 1d8111ebac
commit db91b8536e
1 changed files with 1 additions and 1 deletions

View 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.