From: Brian Paul Date: Thu, 26 Jul 2012 22:15:50 +0000 (-0600) Subject: radeon: fix 'sowftware' typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a80b7407f3724ddac96167d640a0f9a91d60ac5f;p=mesa.git radeon: fix 'sowftware' typo --- 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;