radeon: fix 'sowftware' typo
authorBrian Paul <brianp@vmware.com>
Thu, 26 Jul 2012 22:15:50 +0000 (16:15 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 27 Jul 2012 20:53:16 +0000 (14:53 -0600)
src/mesa/drivers/dri/radeon/radeon_mipmap_tree.c

index ca5dadc5d316ba0af43dd9d9e9920437886d405f..413ad83ade100014b4a4357829d270aac13a1a66 100644 (file)
@@ -445,7 +445,7 @@ static void migrate_image_to_miptree(radeon_mipmap_tree *mt,
                 * a segfault when mapping textures during software fallbacks.
                 */
                radeon_print(RADEON_FALLBACKS, RADEON_IMPORTANT,
-                               "%s Trying to map texture in sowftware fallback.\n",
+                               "%s Trying to map texture in software fallback.\n",
                                __func__);
                const uint32_t srcrowstride = _mesa_format_row_stride(image->base.Base.TexFormat, image->base.Base.Width);
                uint32_t rows = image->base.Base.Height * image->base.Base.Depth;