diff options
author | Brian Paul <[email protected]> | 2014-12-01 13:41:47 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2014-12-01 16:30:12 -0700 |
commit | f54162857c5fe354768cdbdeb38b379fcc26e600 (patch) | |
tree | 1077c547893610d255d4bfd2623888660119f4c2 /src | |
parent | 953847e5a81ba84a2dd0d28ea98d47efb12e0f25 (diff) |
svga: fix comment typo
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/svga/svga_resource_texture.c | 2 |
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); |