[master] 8b4493c5c spelling: with
Dridi Boukelmoune
dridi at varni.sh
Wed Sep 11 07:07:14 UTC 2024
On Mon, Aug 19, 2024 at 12:44 PM Poul-Henning Kamp <phk at freebsd.org> wrote:
>
>
> commit 8b4493c5c39d152c926dc8c731b6cadbd4544837
> Author: Josh Soref <2119212+jsoref at users.noreply.github.com>
> Date: Wed Aug 7 08:31:03 2024 -0400
>
> spelling: with
>
> Signed-off-by: Josh Soref <2119212+jsoref at users.noreply.github.com>
>
> diff --git a/lib/libvarnish/vsb.c b/lib/libvarnish/vsb.c
> index 67a4efec8..61f119458 100644
> --- a/lib/libvarnish/vsb.c
> +++ b/lib/libvarnish/vsb.c
> @@ -87,7 +87,7 @@ _assert_VSB_integrity(const char *fun, const struct vsb *s)
> KASSERT(s != NULL,
> ("%s called with a NULL vsb pointer", fun));
> KASSERT(s->magic == VSB_MAGIC,
> - ("%s called wih an bogus vsb pointer", fun));
> + ("%s called with an bogus vsb pointer", fun));
Is "an bogus" coming up later?
> KASSERT(s->s_buf != NULL,
> ("%s called with uninitialized or corrupt vsb", fun));
> KASSERT(s->s_len < s->s_size,
> _______________________________________________
> varnish-commit mailing list
> varnish-commit at varnish-cache.org
> https://www.varnish-cache.org/lists/mailman/listinfo/varnish-commit
More information about the varnish-commit
mailing list