Module: Mesa Branch: main Commit: 267f86a8a329980cdb1de7a30ec2cb1f7f11dd08 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=267f86a8a329980cdb1de7a30ec2cb1f7f11dd08
Author: Eric Engestrom <[email protected]> Date: Mon Dec 4 13:55:21 2023 +0000 util/blob: fix trivial typo Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26499> --- src/util/blob.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/blob.h b/src/util/blob.h index 91b05901534..fedc3bfa7dd 100644 --- a/src/util/blob.h +++ b/src/util/blob.h @@ -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;
