Mesa (master): st/xorg: Fix two more instances of typo 'accle'.

Michel Dänzer daenzer at kemper.freedesktop.org
Mon May 2 07:38:26 UTC 2011


Module: Mesa
Branch: master
Commit: 5815d06ac5a49a99a3659ba970a2f8df92c87a57
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5815d06ac5a49a99a3659ba970a2f8df92c87a57

Author: Michel Dänzer <daenzer at vmware.com>
Date:   Mon May  2 09:36:49 2011 +0200

st/xorg: Fix two more instances of typo 'accle'.

---

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

diff --git a/src/gallium/state_trackers/xorg/xorg_exa.c b/src/gallium/state_trackers/xorg/xorg_exa.c
index e1172db..91c206f 100644
--- a/src/gallium/state_trackers/xorg/xorg_exa.c
+++ b/src/gallium/state_trackers/xorg/xorg_exa.c
@@ -414,7 +414,7 @@ ExaPrepareCopy(PixmapPtr pSrcPixmap, PixmapPtr pDstPixmap, int xdir,
 	return FALSE;
 
     if (!exa->pipe)
-	XORG_FALLBACK("accle not enabled");
+	XORG_FALLBACK("accel not enabled");
 
     if (!priv || !priv->tex)
 	XORG_FALLBACK("pDst %s", !priv ? "!priv" : "!priv->tex");
@@ -622,7 +622,7 @@ ExaPrepareComposite(int op, PicturePtr pSrcPicture,
                 pDstPicture ? render_format_name(pDstPicture->format) : "none");
 #endif
    if (!exa->pipe)
-      XORG_FALLBACK("accle not enabled");
+      XORG_FALLBACK("accel not enabled");
 
    priv = exaGetPixmapDriverPrivate(pDst);
    if (!priv || !priv->tex)




More information about the mesa-commit mailing list