RT2513: Fix typo's paramter-->parameter
[openssl.git] / crypto / bn / bn_x931p.c
index 04c5c874ec9fa1f7e87a16c4bb788457ebc73443..eb4662ff905e1f81f545020cef77b5702f549dfb 100644 (file)
@@ -189,8 +189,8 @@ int BN_X931_derive_prime_ex(BIGNUM *p, BIGNUM *p1, BIGNUM *p2,
        return ret;
        }
 
-/* Generate pair of paramters Xp, Xq for X9.31 prime generation.
- * Note: nbits paramter is sum of number of bits in both.
+/* Generate pair of parameters Xp, Xq for X9.31 prime generation.
+ * Note: nbits parameter is sum of number of bits in both.
  */
 
 int BN_X931_generate_Xpq(BIGNUM *Xp, BIGNUM *Xq, int nbits, BN_CTX *ctx)