typo fix
diff --git a/library/ecp.c b/library/ecp.c
index 9e2c085..b836418 100644
--- a/library/ecp.c
+++ b/library/ecp.c
@@ -407,7 +407,7 @@
 }
 
 /*
- * Compare two points lazyly
+ * Compare two points lazily
  */
 int mbedtls_ecp_point_cmp( const mbedtls_ecp_point *P,
                            const mbedtls_ecp_point *Q )