Fix typos in comments
Co-authored-by: Janos Follath <janos.follath@arm.com> Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
parent
2b2f956f22
commit
94fd8dc066
1 changed files with 4 additions and 4 deletions
|
@ -1815,7 +1815,7 @@ static int ssl_encrypt_buf( mbedtls_ssl_context *ssl )
|
|||
* Use only bit operations to avoid branches that could be used by some
|
||||
* compilers on some platforms to translate comparison operators.
|
||||
*/
|
||||
static void mbedtls_ssl_cf_memcpy_if_eq(unsigned char *dst,
|
||||
static void mbedtls_ssl_cf_memcpy_if_eq( unsigned char *dst,
|
||||
const unsigned char *src,
|
||||
size_t len,
|
||||
size_t c1, size_t c2 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue