From a80b7407f3724ddac96167d640a0f9a91d60ac5f Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 26 Jul 2012 16:15:50 -0600 Subject: [PATCH] radeon: fix 'sowftware' typo --- src/mesa/drivers/dri/radeon/radeon_mipmap_tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/radeon/radeon_mipmap_tree.c b/src/mesa/drivers/dri/radeon/radeon_mipmap_tree.c index ca5dadc..413ad83 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; -- 2.7.4