tgsi: fix comment
authorBrian Paul <brianp@vmware.com>
Wed, 3 Feb 2010 01:28:25 +0000 (18:28 -0700)
committerBrian Paul <brianp@vmware.com>
Wed, 3 Feb 2010 01:54:53 +0000 (18:54 -0700)
src/gallium/auxiliary/tgsi/tgsi_exec.c

index fbb9aa0e63a68b73d4d707b770501d1556321df1..256918b0010b236f4c7a983b38dc96ad54f221ae 100644 (file)
@@ -1478,7 +1478,7 @@ emit_primitive(struct tgsi_exec_machine *mach)
 }
 
 /*
- * Fetch four texture samples using STR texture coordinates.
+ * Fetch four texture samples using STR texture coordinates.
  */
 static void
 fetch_texel( struct tgsi_sampler *sampler,