util/blob: fix trivial typo
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26499>
This commit is contained in:

committed by
Marge Bot

parent
2c427d7c20
commit
267f86a8a3
@@ -66,7 +66,7 @@ struct blob {
|
||||
bool fixed_allocation;
|
||||
|
||||
/**
|
||||
* True if we've ever failed to realloc or if we go pas the end of a fixed
|
||||
* True if we've ever failed to realloc or if we go past the end of a fixed
|
||||
* allocation blob.
|
||||
*/
|
||||
bool out_of_memory;
|
||||
|
Reference in New Issue
Block a user