diff --git a/library/ssl_msg.c b/library/ssl_msg.c index 0de53204b..01822668c 100644 --- a/library/ssl_msg.c +++ b/library/ssl_msg.c @@ -1176,7 +1176,7 @@ cleanup: /* * Constant-flow memcpy from variable position in buffer. * - 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( unsigned char *dst,