From: Brian Date: Mon, 4 Feb 2008 23:04:50 +0000 (-0700) Subject: Cell: fix typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=76c1a10eb121f040ef510124bf6aa24c4c5c3f8f;p=mesa.git Cell: fix typo --- diff --git a/src/mesa/pipe/cell/spu/spu_main.c b/src/mesa/pipe/cell/spu/spu_main.c index 9d8e6df0e30..b0311db1aab 100644 --- a/src/mesa/pipe/cell/spu/spu_main.c +++ b/src/mesa/pipe/cell/spu/spu_main.c @@ -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);