diff --git a/include/mbedtls/ecdh.h b/include/mbedtls/ecdh.h index a919ad27e6d3..e81d5c3a5e3b 100644 --- a/include/mbedtls/ecdh.h +++ b/include/mbedtls/ecdh.h @@ -6,7 +6,7 @@ * The Elliptic Curve Diffie-Hellman (ECDH) protocol is an anonymous * key agreement protocol allowing two parties to establish a shared * secret over an insecure channel. Each party must have an - * elliptic-curve public–private key pair. + * elliptic-curve public private key pair. * * For more information, see NIST SP 800-56A Rev. 2: Recommendation for * Pair-Wise Key Establishment Schemes Using Discrete Logarithm