summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/ppu/cell_state_per_fragment.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/cell/ppu/cell_state_per_fragment.c')
-rw-r--r--src/gallium/drivers/cell/ppu/cell_state_per_fragment.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/cell/ppu/cell_state_per_fragment.c b/src/gallium/drivers/cell/ppu/cell_state_per_fragment.c
index 0ad9344cd4..11c0aa5b23 100644
--- a/src/gallium/drivers/cell/ppu/cell_state_per_fragment.c
+++ b/src/gallium/drivers/cell/ppu/cell_state_per_fragment.c
@@ -532,12 +532,12 @@ cell_generate_depth_stencil_test(struct cell_depth_stencil_alpha_state *cdsa)
const uint32_t *p = f->store;
unsigned i;
- printf("# alpha (%sabled)\n",
+ printf("# alpha (%sabled)\n",
(dsa->alpha.enabled) ? "en" : "dis");
printf("# func: %u\n", dsa->alpha.func);
printf("# ref: %.2f\n", dsa->alpha.ref);
- printf("# depth (%sabled)\n",
+ printf("# depth (%sabled)\n",
(dsa->depth.enabled) ? "en" : "dis");
printf("# func: %u\n", dsa->depth.func);