Fix a typo in a comment

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
Manuel Pégourié-Gonnard 2020-08-24 12:59:55 +02:00
parent dd00bfce34
commit ba6fc9796a

View file

@ -1176,7 +1176,7 @@ cleanup:
/* /*
* Constant-flow memcpy from variable position in buffer. * Constant-flow memcpy from variable position in buffer.
* - functionally equivalent to memcpy(dst, src + offset_secret, len) * - functionally equivalent to memcpy(dst, src + offset_secret, len)
* - but with execution flow independant from the value of offset_secret. * - but with execution flow independent from the value of offset_secret.
*/ */
MBEDTLS_STATIC_TESTABLE void mbedtls_ssl_cf_memcpy_offset( MBEDTLS_STATIC_TESTABLE void mbedtls_ssl_cf_memcpy_offset(
unsigned char *dst, unsigned char *dst,