changeset 23163:9e97f26e0c2b

spelling fix
author ben
date Mon, 30 Apr 2007 11:41:47 +0000
parents b6769c5b3240
children e9298e9c6a74
files vidix/radeon_vid.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/vidix/radeon_vid.c	Mon Apr 30 09:16:10 2007 +0000
+++ b/vidix/radeon_vid.c	Mon Apr 30 11:41:47 2007 +0000
@@ -1380,13 +1380,13 @@
       (def_cap.device_id == DEVICE_ATI_RADEON_MOBILITY_M6 ||
        def_cap.device_id == DEVICE_ATI_RADEON_MOBILITY_M62))
   {
-      printf(RADEON_MSG" Workarounding buggy Radeon Mobility M6 (0 vs. 8MB ram)\n");
+      printf(RADEON_MSG" Working around buggy Radeon Mobility M6 (0 vs. 8MB ram)\n");
       radeon_ram_size = 8192*1024;
   }
   else if (radeon_ram_size == 0 &&
            (def_cap.device_id == DEVICE_ATI_RS482_RADEON_XPRESS))
   {
-      printf(RADEON_MSG" Workarounding buggy RS482 Radeon Xpress 200 (0 vs. >32MB ram)\n");
+      printf(RADEON_MSG" Working around buggy RS482 Radeon Xpress 200 (0 vs. >32MB ram)\n");
       /* Minimal selectable shared memory from bios 32M */
       radeon_ram_size = 32768*1024;
   }