xf86-video-ati: Branch 'master'

Brice Goglin bgoglin at kemper.freedesktop.org
Sun Oct 28 13:10:59 PDT 2007


 src/radeon_driver.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit aaafc6a8f33d4736c37c43d3fd5e43085a2590fb
Author: Brice Goglin <bgoglin at debian.org>
Date:   Sun Oct 28 21:10:32 2007 +0100

    Fix typo in 'disposing cursor'
    
    Bug #12984.

diff --git a/src/radeon_driver.c b/src/radeon_driver.c
index a243c9f..e027379 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -5927,7 +5927,7 @@ static Bool RADEONCloseScreen(int scrnIndex, ScreenPtr pScreen)
 #endif /* USE_XAA */
 
     xf86DrvMsgVerb(pScrn->scrnIndex, X_INFO, RADEON_LOGLEVEL_DEBUG,
-		   "Disposing cusor info\n");
+		   "Disposing cursor info\n");
     if (info->cursor) xf86DestroyCursorInfoRec(info->cursor);
     info->cursor = NULL;
 


More information about the xorg-commit mailing list