GH601: Various spelling fixes.
[openssl.git] / crypto / ec / ecp_nistp256.c
index 2bd792c54b60ef6990887f8cf54d77f7313a8d2c..9e33acf0cdf863bd26006a2fd8cf53958ddc79f1 100644 (file)
@@ -1226,7 +1226,7 @@ static void copy_small_conditional(felem out, const smallfelem in, limb mask)
 }
 
 /*-
- * point_add calcuates (x1, y1, z1) + (x2, y2, z2)
+ * point_add calculates (x1, y1, z1) + (x2, y2, z2)
  *
  * The method is taken from:
  *   http://hyperelliptic.org/EFD/g1p/auto-shortw-jacobian-3.html#addition-add-2007-bl,