cell: fix unclosed comment
authorBrian <brian.paul@tungstengraphics.com>
Thu, 27 Mar 2008 21:26:22 +0000 (15:26 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Thu, 27 Mar 2008 21:26:22 +0000 (15:26 -0600)
src/gallium/drivers/cell/spu/spu_exec.c

index 061fbeb..48edc62 100644 (file)
@@ -1453,7 +1453,7 @@ exec_instruction(
       break;
 
    case TGSI_OPCODE_TXP:
-      /* Texture lookup with projection
+      /* Texture lookup with projection */
       /* src[0] = texcoord (src[0].w = projection) */
       /* src[1] = sampler unit */
       exec_tex(mach, inst, TRUE, TRUE);