util/blob: fix trivial typo

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26499>
This commit is contained in:
Eric Engestrom
2023-12-04 13:55:21 +00:00
committed by Marge Bot
parent 2c427d7c20
commit 267f86a8a3

View File

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