From: Brian Date: Thu, 27 Mar 2008 21:26:22 +0000 (-0600) Subject: cell: fix unclosed comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=979358c47115d8ea50001832372f8043a60a5b80;p=mesa.git cell: fix unclosed comment --- diff --git a/src/gallium/drivers/cell/spu/spu_exec.c b/src/gallium/drivers/cell/spu/spu_exec.c index 061fbebf618..48edc62f49b 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);