From 267f86a8a329980cdb1de7a30ec2cb1f7f11dd08 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Mon, 4 Dec 2023 13:55:21 +0000 Subject: [PATCH] util/blob: fix trivial typo Part-of: --- 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;