Replace non-ASCII character in source file
authorTomas Mraz <tomas@openssl.org>
Thu, 17 Jun 2021 13:48:35 +0000 (15:48 +0200)
committerPauli <pauli@openssl.org>
Sat, 19 Jun 2021 12:04:34 +0000 (22:04 +1000)
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15803)

crypto/rsa/rsa_lib.c

index bbcfbdde3d0124e4898e0bda3ce5d565bde9a947..70eaa59a8b386df0a1d96bfbd0754e0b86f24e65 100644 (file)
@@ -316,7 +316,7 @@ uint16_t ossl_ifc_ffc_compute_security_bits(int n)
 
     /*
      * Look for common values as listed in standards.
-     * These values are not exactly equal to the results from the forumlæ in
+     * These values are not exactly equal to the results from the formulae in
      * the standards but are defined to be canonical.
      */
     switch (n) {