svga: fix comment typo

This commit is contained in:
Brian Paul 2014-12-01 13:41:47 -07:00
parent 953847e5a8
commit f54162857c

View file

@ -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);