i915g: Fix comment.

Reported-by: Marcin Baczynski <marbacz@gmail.com>
This commit is contained in:
Stéphane Marchesin 2011-06-22 16:47:36 -07:00
parent 465183c6ae
commit 468c2c0841

View 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);