diff --git a/library/ecp.c b/library/ecp.c index 213c2de6d..75233f8ce 100644 --- a/library/ecp.c +++ b/library/ecp.c @@ -409,7 +409,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 )