projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
953847e
)
svga: fix comment typo
author
Brian Paul
<brianp@vmware.com>
Mon, 1 Dec 2014 20:41:47 +0000
(13:41 -0700)
committer
Brian Paul
<brianp@vmware.com>
Mon, 1 Dec 2014 23:30:12 +0000
(16:30 -0700)
src/gallium/drivers/svga/svga_resource_texture.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/svga/svga_resource_texture.c
b/src/gallium/drivers/svga/svga_resource_texture.c
index c975a192e497e220365f8f9214d23be878548ac0..64fd245c0e1199109030010b2b427a4f90cb94e5 100644
(file)
--- 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 w
h
e return NULL if the map fails
+ * Make sure we return NULL if the map fails
*/
if (map == NULL) {
FREE(st);