diff --git a/library/ecp.c b/library/ecp.c index 49255b1036..4f7e5e4407 100644 --- a/library/ecp.c +++ b/library/ecp.c @@ -645,7 +645,7 @@ int mbedtls_ecp_is_zero( mbedtls_ecp_point *pt ) } /* - * Compare two points lazyly + * Compare two points lazily */ int mbedtls_ecp_point_cmp( const mbedtls_ecp_point *P, const mbedtls_ecp_point *Q )