Skip to content

Commit

Permalink
Update utils/s2n_blob.h
Browse files Browse the repository at this point in the history
Co-authored-by: maddeleine <[email protected]>
  • Loading branch information
jmayclin and maddeleine authored Dec 10, 2024
1 parent 2a2ec8a commit 2e3fbc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/s2n_blob.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ struct s2n_blob {
uint32_t allocated;

/* An allocated blob (e.g.`s2n_alloc`) is always growable. A "reference"
* blob (from `s2n_init`) is never growable.
* blob (from `s2n_blob_init`) is never growable.
*
* This field is necessary to distinguish zero-sized allocated blobs from
* zero-sized "reference" blobs. Zero-sized allocated blobs can not be
Expand Down

0 comments on commit 2e3fbc9

Please sign in to comment.