mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-23 11:42:31 +00:00
Fix a grammar error
Signed-off-by: Chien Wong <m@xv97.com>
This commit is contained in:
parent
591f98e039
commit
e6d28c6048
@ -278,8 +278,8 @@ int mbedtls_gcm_update_ad(mbedtls_gcm_context *ctx,
|
|||||||
* of at least \p output_size bytes.
|
* of at least \p output_size bytes.
|
||||||
* \param output_size The size of the output buffer in bytes.
|
* \param output_size The size of the output buffer in bytes.
|
||||||
* \param output_length On success, \p *output_length contains the actual
|
* \param output_length On success, \p *output_length contains the actual
|
||||||
* length of the output written in \p output, which equals
|
* length of the output written in \p output, which is
|
||||||
* to \p input_length.
|
* equal to \p input_length.
|
||||||
* On failure, the content of \p *output_length is
|
* On failure, the content of \p *output_length is
|
||||||
* unspecified.
|
* unspecified.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user