Many spelling fixes/typo's corrected.
[openssl.git] / crypto / ec / ecp_nistp224.c
index 7fda43f579d9d4334e4a439698a2ebfd5b1fa026..820d5e0a2c4b7c877dfe51283242a4c83b36b514 100644 (file)
@@ -79,7 +79,7 @@ typedef limb felem[4];
 typedef widelimb widefelem[7];
 
 /*
- * Field element represented as a byte arrary. 28*8 = 224 bits is also the
+ * Field element represented as a byte array. 28*8 = 224 bits is also the
  * group order size for the elliptic curve, and we also use this type for
  * scalars for point multiplication.
  */