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_get_key_domain_parameters() will not fail with
* #PSA_ERROR_BUFFER_TOO_SMALL. * #PSA_ERROR_BUFFER_TOO_SMALL.
* If the parameters are a valid combination that is not supported * 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. * sensible size or 0.
* If the parameters are not valid, the * If the parameters are not valid, the
* return value is unspecified. * return value is unspecified.

View file

@ -447,7 +447,7 @@
* psa_asymmetric_sign() will not fail with * psa_asymmetric_sign() will not fail with
* #PSA_ERROR_BUFFER_TOO_SMALL. * #PSA_ERROR_BUFFER_TOO_SMALL.
* If the parameters are a valid combination that is not supported * 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. * sensible size or 0.
* If the parameters are not valid, the * If the parameters are not valid, the
* return value is unspecified. * return value is unspecified.
@ -478,7 +478,7 @@
* psa_asymmetric_encrypt() will not fail with * psa_asymmetric_encrypt() will not fail with
* #PSA_ERROR_BUFFER_TOO_SMALL. * #PSA_ERROR_BUFFER_TOO_SMALL.
* If the parameters are a valid combination that is not supported * 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. * sensible size or 0.
* If the parameters are not valid, the * If the parameters are not valid, the
* return value is unspecified. * return value is unspecified.
@ -509,7 +509,7 @@
* psa_asymmetric_decrypt() will not fail with * psa_asymmetric_decrypt() will not fail with
* #PSA_ERROR_BUFFER_TOO_SMALL. * #PSA_ERROR_BUFFER_TOO_SMALL.
* If the parameters are a valid combination that is not supported * 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. * sensible size or 0.
* If the parameters are not valid, the * If the parameters are not valid, the
* return value is unspecified. * return value is unspecified.
@ -680,7 +680,7 @@
* psa_asymmetric_sign() will not fail with * psa_asymmetric_sign() will not fail with
* #PSA_ERROR_BUFFER_TOO_SMALL. * #PSA_ERROR_BUFFER_TOO_SMALL.
* If the parameters are a valid combination that is not supported * 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. * sensible size or 0.
* If the parameters are not valid, the * If the parameters are not valid, the
* return value is unspecified. * return value is unspecified.