GH601: Various spelling fixes.
[openssl.git] / crypto / ec / ec_mult.c
index 596b5f8062319cda7a2b98551c335195804f75ac..7e1418cf809f96b28209978ddb19900c4921b69d 100644 (file)
@@ -67,7 +67,7 @@
 #include "ec_lcl.h"
 
 /*
- * This file implements the wNAF-based interleaving multi-exponentation method
+ * This file implements the wNAF-based interleaving multi-exponentiation method
  * (<URL:http://www.informatik.tu-darmstadt.de/TI/Mitarbeiter/moeller.html#multiexp>);
  * for multiplication with precomputation, we use wNAF splitting
  * (<URL:http://www.informatik.tu-darmstadt.de/TI/Mitarbeiter/moeller.html#fastexp>).