st/xorg: fix typos
authorMarcin Slusarz <marcin.slusarz@gmail.com>
Sun, 1 May 2011 21:51:10 +0000 (23:51 +0200)
committerMichel Dänzer <daenzer@vmware.com>
Mon, 2 May 2011 07:28:16 +0000 (09:28 +0200)
src/gallium/state_trackers/xorg/xorg_driver.c
src/gallium/state_trackers/xorg/xorg_exa.c

index 19e9bf8..063ae92 100644 (file)
@@ -831,9 +831,9 @@ drv_screen_init(int scrnIndex, ScreenPtr pScreen, int argc, char **argv)
 #endif
     }
 
-    xf86DrvMsg(pScrn->scrnIndex, X_INFO, "##################################\n");
-    xf86DrvMsg(pScrn->scrnIndex, X_INFO, "# Usefull debugging info follows #\n");
-    xf86DrvMsg(pScrn->scrnIndex, X_INFO, "##################################\n");
+    xf86DrvMsg(pScrn->scrnIndex, X_INFO, "#################################\n");
+    xf86DrvMsg(pScrn->scrnIndex, X_INFO, "# Useful debugging info follows #\n");
+    xf86DrvMsg(pScrn->scrnIndex, X_INFO, "#################################\n");
     xf86DrvMsg(pScrn->scrnIndex, X_INFO, "Using %s backend\n",
               ms->screen ? "Gallium3D" : "libkms");
     xf86DrvMsg(pScrn->scrnIndex, X_INFO, "2D Acceleration is %s\n",
index e7d6a93..e1172db 100644 (file)
@@ -336,7 +336,7 @@ ExaPrepareSolid(PixmapPtr pPixmap, int alu, Pixel planeMask, Pixel fg)
        return FALSE;
 
     if (!exa->pipe)
-       XORG_FALLBACK("accle not enabled");
+       XORG_FALLBACK("accel not enabled");
 
     if (!priv || !priv->tex)
        XORG_FALLBACK("%s", !priv ? "!priv" : "!priv->tex");