comment

Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
diff --git a/library/ecp.c b/library/ecp.c
index 8243848..498a0c4 100644
--- a/library/ecp.c
+++ b/library/ecp.c
@@ -773,7 +773,7 @@
                                     mbedtls_mpi *Y,
                                     int parity_bit )
 {
-    /* y^2 = x^3 + ax + b
+    /* w = y^2 = x^3 + ax + b
      * y = sqrt(w) = w^((p+1)/4) mod p   (for prime p where p = 3 mod 4)
      *
      * Note: this method for extracting square root does not validate that w