Mesa (mesa_7_7_branch): st/xorg: Fix type of 'unknown'.

Vinson Lee vlee at kemper.freedesktop.org
Fri Nov 20 08:03:56 UTC 2009


Module: Mesa
Branch: mesa_7_7_branch
Commit: 08cb1d0ce4765536f1cb6a9253a2245c31fb8ea9
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=08cb1d0ce4765536f1cb6a9253a2245c31fb8ea9

Author: Vinson Lee <vlee at vmware.com>
Date:   Fri Nov 20 00:03:10 2009 -0800

st/xorg: Fix type of 'unknown'.

---

 src/gallium/state_trackers/xorg/xorg_composite.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/state_trackers/xorg/xorg_composite.c b/src/gallium/state_trackers/xorg/xorg_composite.c
index 86a5207..dd10e12 100644
--- a/src/gallium/state_trackers/xorg/xorg_composite.c
+++ b/src/gallium/state_trackers/xorg/xorg_composite.c
@@ -152,7 +152,7 @@ render_filter_to_gallium(int xrender_filter, int *out_filter)
       *out_filter = PIPE_TEX_FILTER_LINEAR;
       break;
    default:
-      debug_printf("Unkown xrender filter\n");
+      debug_printf("Unknown xrender filter\n");
    case PictFilterConvolution:
       *out_filter = PIPE_TEX_FILTER_NEAREST;
       return FALSE;




More information about the mesa-commit mailing list