summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2008-03-27 15:26:22 -0600
committerBrian <brian.paul@tungstengraphics.com>2008-03-27 15:26:22 -0600
commit979358c47115d8ea50001832372f8043a60a5b80 (patch)
tree6c5a7dc7d52edc7f31df5c0906ad7b41dd17dc56 /src
parent70659e8ec8ba0c599daa36d9ed81e86efd99eb52 (diff)
cell: fix unclosed comment
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/cell/spu/spu_exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/cell/spu/spu_exec.c b/src/gallium/drivers/cell/spu/spu_exec.c
index 061fbebf61..48edc62f49 100644
--- a/src/gallium/drivers/cell/spu/spu_exec.c
+++ b/src/gallium/drivers/cell/spu/spu_exec.c
@@ -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);