From d83a417c0158b5385835d520c1ed46fd6e5fd683 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 3 Sep 2009 10:58:59 +0100 Subject: [PATCH] dump: Minor typo --- tools/intel_gpu_dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/intel_gpu_dump.c b/tools/intel_gpu_dump.c index bb2637d2..4851f8c3 100644 --- a/tools/intel_gpu_dump.c +++ b/tools/intel_gpu_dump.c @@ -333,7 +333,7 @@ decode_3d_1c(uint32_t *data, int count, uint32_t hw_offset, int *failures) { switch ((data[0] & 0x00f80000) >> 19) { case 0x11: - instr_out(data, hw_offset, 0, "3DSTATE_DEPTH_SUBRECTANGLE_DISALBE\n"); + instr_out(data, hw_offset, 0, "3DSTATE_DEPTH_SUBRECTANGLE_DISABLE\n"); return 1; case 0x10: instr_out(data, hw_offset, 0, "3DSTATE_SCISSOR_ENABLE\n");