From: Brian Paul Date: Mon, 1 Dec 2014 20:41:47 +0000 (-0700) Subject: svga: fix comment typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f54162857c5fe354768cdbdeb38b379fcc26e600;p=mesa.git svga: fix comment typo --- 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);