---
 src/gallium/drivers/svga/svga_resource_texture.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/drivers/svga/svga_resource_texture.c 
b/src/gallium/drivers/svga/svga_resource_texture.c
index c975a19..64fd245 100644
--- a/src/gallium/drivers/svga/svga_resource_texture.c
+++ b/src/gallium/drivers/svga/svga_resource_texture.c
@@ -474,7 +474,7 @@ svga_texture_transfer_map(struct pipe_context *pipe,
       }
 
       /*
-       * Make sure whe return NULL if the map fails
+       * Make sure we return NULL if the map fails
        */
       if (map == NULL) {
          FREE(st);
-- 
1.9.1

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to