diff options
author | Stéphane Marchesin <[email protected]> | 2011-06-22 16:47:36 -0700 |
---|---|---|
committer | Stéphane Marchesin <[email protected]> | 2011-06-22 16:47:36 -0700 |
commit | 468c2c08414f0ad07e2c2c2a98506f6390124963 (patch) | |
tree | 2fd4fdba7f13333b23017cf331934f9ab3a161b5 /src/gallium | |
parent | 465183c6ae594ad399f72ade027e49adcb1f763b (diff) |
i915g: Fix comment.
Reported-by: Marcin Baczynski <[email protected]>
Diffstat (limited to 'src/gallium')
-rw-r--r-- | 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 27f100843bf..738d331a56c 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); |