aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2012-07-26 16:15:50 -0600
committerBrian Paul <[email protected]>2012-07-27 14:53:16 -0600
commita80b7407f3724ddac96167d640a0f9a91d60ac5f (patch)
tree7289f28573a4d9639efaf314ad49bea692f1f7b4 /src/mesa/drivers/dri/radeon
parentfbf86c7f0f1f12e52b927e3870535073879d0a4d (diff)
radeon: fix 'sowftware' typo
Diffstat (limited to 'src/mesa/drivers/dri/radeon')
-rw-r--r--src/mesa/drivers/dri/radeon/radeon_mipmap_tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/radeon/radeon_mipmap_tree.c b/src/mesa/drivers/dri/radeon/radeon_mipmap_tree.c
index ca5dadc5d31..413ad83ade1 100644
--- a/src/mesa/drivers/dri/radeon/radeon_mipmap_tree.c
+++ b/src/mesa/drivers/dri/radeon/radeon_mipmap_tree.c
@@ -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;