From f343de12dc39d6430ee0f435faab61e7cc438c8f Mon Sep 17 00:00:00 2001 From: Brian J Murray Date: Mon, 22 Oct 2018 16:40:49 -0700 Subject: [PATCH] typo fix --- library/ecp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/ecp.c b/library/ecp.c index 9e2c085bb..b8364183d 100644 --- a/library/ecp.c +++ b/library/ecp.c @@ -407,7 +407,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 )