Revert "Fix a grammar error"

This reverts commit f5773c5188cca4e9d1037501bb9ac3c918467812.

Signed-off-by: Chien Wong <m@xv97.com>
This commit is contained in:
Chien Wong 2024-06-26 21:38:37 +08:00 committed by Harry Ramsey
parent e6d28c6048
commit 57739fffc4

View File

@ -278,8 +278,8 @@ int mbedtls_gcm_update_ad(mbedtls_gcm_context *ctx,
* of at least \p output_size bytes.
* \param output_size The size of the output buffer in bytes.
* \param output_length On success, \p *output_length contains the actual
* length of the output written in \p output, which is
* equal to \p input_length.
* length of the output written in \p output, which equals
* to \p input_length.
* On failure, the content of \p *output_length is
* unspecified.
*