i915g: Fix comment.
authorStéphane Marchesin <marcheu@chromium.org>
Mon, 23 Jan 2012 07:44:31 +0000 (23:44 -0800)
committerStéphane Marchesin <marcheu@chromium.org>
Mon, 13 Feb 2012 00:32:14 +0000 (16:32 -0800)
src/gallium/drivers/i915/i915_fpc_translate.c

index a82ad146dfd16f87b03e5b590177777612b568d4..1adbbe5328abd93d8b2a58b68ad53073ea314273 100644 (file)
@@ -528,7 +528,7 @@ i915_translate_instruction(struct i915_fp_compile *p,
       i915_emit_arith(p, A0_MOD, tmp, A0_DEST_CHANNEL_X, 0, tmp, 0, 0);
 
       /* 
-       * t0.xy = MUL x.xx11, x.x1111  ; x^2, x, 1, 1
+       * t0.xy = MUL x.xx11, x.x111  ; x^2, x, 1, 1
        * t0 = MUL t0.xyxy t0.xx11 ; x^4, x^3, x^2, 1
        * t0 = MUL t0.xxz1 t0.z111    ; x^6 x^4 x^2 1
        * result = DP4 t0, cos_constants