diff options
author | Brian Paul <[email protected]> | 2010-02-02 18:28:25 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-02-02 18:54:53 -0700 |
commit | 5670b44f827fdc3d209e257c3de5673b2534ba96 (patch) | |
tree | bcfe9e5c9668dc4039512fafde2739fba8e24b7f /src/gallium/auxiliary/tgsi | |
parent | 256f7f5ab2123bae9549e4f572276e200dc1ae76 (diff) |
tgsi: fix comment
Diffstat (limited to 'src/gallium/auxiliary/tgsi')
-rw-r--r-- | src/gallium/auxiliary/tgsi/tgsi_exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_exec.c b/src/gallium/auxiliary/tgsi/tgsi_exec.c index fbb9aa0e63a..256918b0010 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_exec.c +++ b/src/gallium/auxiliary/tgsi/tgsi_exec.c @@ -1478,7 +1478,7 @@ emit_primitive(struct tgsi_exec_machine *mach) } /* - * Fetch a four texture samples using STR texture coordinates. + * Fetch four texture samples using STR texture coordinates. */ static void fetch_texel( struct tgsi_sampler *sampler, |