i915g: Fix comment.
authorStéphane Marchesin <marcheu@chromium.org>
Wed, 22 Jun 2011 23:47:36 +0000 (16:47 -0700)
committerStéphane Marchesin <marcheu@chromium.org>
Wed, 22 Jun 2011 23:47:36 +0000 (16:47 -0700)
Reported-by: Marcin Baczynski <marbacz@gmail.com>
src/gallium/drivers/i915/i915_fpc_translate.c

index 27f100843bf04331fe6fbac283d5d2995a10d486..738d331a56c5553be28c9e73070d820d736a7c2b 100644 (file)
@@ -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);