From f54162857c5fe354768cdbdeb38b379fcc26e600 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 1 Dec 2014 13:41:47 -0700 Subject: [PATCH] svga: fix comment typo --- 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 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); -- 2.30.2