summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2014-12-01 13:41:47 -0700
committerBrian Paul <[email protected]>2014-12-01 16:30:12 -0700
commitf54162857c5fe354768cdbdeb38b379fcc26e600 (patch)
tree1077c547893610d255d4bfd2623888660119f4c2 /src
parent953847e5a81ba84a2dd0d28ea98d47efb12e0f25 (diff)
svga: fix comment typo
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/svga/svga_resource_texture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/svga/svga_resource_texture.c b/src/gallium/drivers/svga/svga_resource_texture.c
index c975a192e49..64fd245c0e1 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);