Cell: fix typo
authorBrian <brian.paul@tungstengraphics.com>
Mon, 4 Feb 2008 23:04:50 +0000 (16:04 -0700)
committerBen Skeggs <skeggsb@gmail.com>
Fri, 15 Feb 2008 02:50:30 +0000 (13:50 +1100)
src/mesa/pipe/cell/spu/spu_main.c

index 9d8e6df..b0311db 100644 (file)
@@ -236,7 +236,7 @@ static void
 cmd_state_blend(const struct pipe_blend_state *state)
 {
    if (Debug)
-      printf("SPU %u: BLEND: ztest %d\n",
+      printf("SPU %u: BLEND: enabled %d\n",
              spu.init.id,
              state->blend_enable);