1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Grammar fix

This commit is contained in:
Gilles Peskine
2019-05-16 17:24:53 +02:00
parent 20a77aeac7
commit 27a983d93c
2 changed files with 5 additions and 5 deletions

View File

@@ -669,7 +669,7 @@ psa_status_t psa_get_key_domain_parameters(
* psa_get_key_domain_parameters() will not fail with
* #PSA_ERROR_BUFFER_TOO_SMALL.
* If the parameters are a valid combination that is not supported
* by the implementation, this macro either shall return either a
* by the implementation, this macro shall return either a
* sensible size or 0.
* If the parameters are not valid, the
* return value is unspecified.