1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

Misc improvements to comments

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
Manuel Pégourié-Gonnard
2024-09-03 10:10:18 +02:00
parent 9ec6d45e99
commit 15fa9ceedd
2 changed files with 6 additions and 5 deletions

View File

@ -104,7 +104,7 @@
* } else {
* // safe path
* }
* not the other way round, in order to prevent misuse. (This is, if a value
* not the other way round, in order to prevent misuse. (That is, if a value
* other than the two below is passed, default to the safe path.)
*
* The value of MBEDTLS_MPI_IS_PUBLIC is chosen in a way that is unlikely to happen by accident, but