mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 12:50:10 +01:00
svga: fix comment typo
This commit is contained in:
parent
953847e5a8
commit
f54162857c
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue