svga: fix comment typo
authorBrian Paul <brianp@vmware.com>
Mon, 1 Dec 2014 20:41:47 +0000 (13:41 -0700)
committerBrian Paul <brianp@vmware.com>
Mon, 1 Dec 2014 23:30:12 +0000 (16:30 -0700)
src/gallium/drivers/svga/svga_resource_texture.c

index c975a192e497e220365f8f9214d23be878548ac0..64fd245c0e1199109030010b2b427a4f90cb94e5 100644 (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);