Mesa (master): radeon: fix 'sowftware' typo

Brian Paul brianp at kemper.freedesktop.org
Fri Jul 27 21:58:30 UTC 2012


Module: Mesa
Branch: master
Commit: a80b7407f3724ddac96167d640a0f9a91d60ac5f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a80b7407f3724ddac96167d640a0f9a91d60ac5f

Author: Brian Paul <brianp at vmware.com>
Date:   Thu Jul 26 16:15:50 2012 -0600

radeon: fix 'sowftware' typo

---

 src/mesa/drivers/dri/radeon/radeon_mipmap_tree.c |    2 +-
 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 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;




More information about the mesa-commit mailing list