[Mesa-dev] [PATCH 2/5] svga: fix comment typo
Brian Paul
brianp at vmware.com
Mon Dec 1 12:44:20 PST 2014
---
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
More information about the mesa-dev
mailing list