Remove repeated words
[openssl.git] / include / openssl / ec.h
index 2fe819c462f1b0b1262208bf6d8b00b9e808ee77..e1cbe982287b6de3a5d520248eb2eef3e5fdd7a1 100644 (file)
@@ -1127,7 +1127,7 @@ OSSL_DEPRECATEDIN_3_0 int EC_KEY_check_key(const EC_KEY *key);
 
 /** Indicates if an EC_KEY can be used for signing.
  *  \param  eckey  the EC_KEY object
- *  \return 1 if can can sign and 0 otherwise.
+ *  \return 1 if can sign and 0 otherwise.
  */
 OSSL_DEPRECATEDIN_3_0 int EC_KEY_can_sign(const EC_KEY *eckey);