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;