Skip to content

Commit

Permalink
typo: s/usages/usage
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Clark <3758302+goatgoose@users.noreply.github.com>
  • Loading branch information
lrstewart and goatgoose committed Dec 18, 2023
1 parent ad0596d commit bebbbc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/unstable/ktls.h
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ S2N_API int s2n_connection_ktls_enable_recv(struct s2n_connection *conn);
* kernel. Likely this requirement can only be met if the application sends
* less than 35GB AND makes fewer than 24 million calls to s2n_send. If this requirement
* is violated, s2n-tls will return an S2N_ERR_KTLS_KEY_LIMIT S2N_ERR_T_USAGE error.
* - Note: s2n-tls uses the `count` argument when checking key usages limits for
* - Note: s2n-tls uses the `count` argument when checking key usage limits for
* s2n_sendfile, even if the file is smaller than `count` so less than `count`
* bytes will be sent. Applications must set reasonable `count` values to ensure
* that s2n_sendfile can't violate the key usage limit.
Expand Down

0 comments on commit bebbbc3

Please sign in to comment.