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=2f8268aa02949828b8b14c252e2cc4e8f61c5f4e;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);