diff options
author | Brian <brian.paul@tungstengraphics.com> | 2008-03-27 15:26:22 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2008-03-27 15:26:22 -0600 |
commit | 979358c47115d8ea50001832372f8043a60a5b80 (patch) | |
tree | 6c5a7dc7d52edc7f31df5c0906ad7b41dd17dc56 /src/gallium/drivers | |
parent | 70659e8ec8ba0c599daa36d9ed81e86efd99eb52 (diff) |
cell: fix unclosed comment
Diffstat (limited to 'src/gallium/drivers')
-rw-r--r-- | src/gallium/drivers/cell/spu/spu_exec.c | 2 |
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); |