Mesa (master): i915g: Fix comment.

Stephane Marchesin marcheu at kemper.freedesktop.org
Wed Jun 22 23:48:36 UTC 2011


Module: Mesa
Branch: master
Commit: 468c2c08414f0ad07e2c2c2a98506f6390124963
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=468c2c08414f0ad07e2c2c2a98506f6390124963

Author: Stéphane Marchesin <marcheu at chromium.org>
Date:   Wed Jun 22 16:47:36 2011 -0700

i915g: Fix comment.

Reported-by: Marcin Baczynski <marbacz at gmail.com>

---

 src/gallium/drivers/i915/i915_fpc_translate.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/i915/i915_fpc_translate.c b/src/gallium/drivers/i915/i915_fpc_translate.c
index 27f1008..738d331 100644
--- a/src/gallium/drivers/i915/i915_fpc_translate.c
+++ b/src/gallium/drivers/i915/i915_fpc_translate.c
@@ -907,7 +907,7 @@ i915_translate_instruction(struct i915_fp_compile *p,
       break;
 
    case TGSI_OPCODE_SNE:
-      /* if we're neither < nor > then we're != */
+      /* if we're < or > then we're != */
       src0 = src_vector(p, &inst->Src[0], fs);
       src1 = src_vector(p, &inst->Src[1], fs);
       tmp = i915_get_utemp(p);




More information about the mesa-commit mailing list