From 463c7fe7aa7a6403aa5c3f6ae7074a285f2c1112 Mon Sep 17 00:00:00 2001 From: James Mayclin Date: Tue, 10 Dec 2024 09:30:17 -0800 Subject: [PATCH] Update stuffer/s2n_stuffer.h Co-authored-by: maddeleine <59030281+maddeleine@users.noreply.github.com> --- stuffer/s2n_stuffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stuffer/s2n_stuffer.h b/stuffer/s2n_stuffer.h index a73620b1f62..05e46d49006 100644 --- a/stuffer/s2n_stuffer.h +++ b/stuffer/s2n_stuffer.h @@ -48,7 +48,7 @@ struct s2n_stuffer { /* Was this stuffer alloc()'d? * This field controls whether the stuffer "owns" the blob. If the stuffer * was allocated, then `blob` must be freed when the stuffer is freed. If the - * stuffer was not allocated, then the blob must not be freed, even if the + * stuffer was not allocated, then the blob must not be freed by the stuffer, even if the * blob itself is allocated. */ unsigned int alloced : 1;