Fixed carry propagation bug in m64 impl for P-256.
[BearSSL] / inc / bearssl_prf.h
index 9d54ad8..fdf608c 100644 (file)
@@ -37,7 +37,7 @@ extern "C" {
  * # The TLS PRF
  *
  * The "PRF" is the pseudorandom function used internally during the
- * SSL/TLS handshake, notably to expand negociated shared secrets into
+ * SSL/TLS handshake, notably to expand negotiated shared secrets into
  * the symmetric encryption keys that will be used to process the
  * application data.
  *