Skip to content

Commit

Permalink
Bug 1347499 - fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
franziskuskiefer committed Mar 15, 2017
1 parent 29c8bcc commit ca029fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pk11wrap/pk11skey.c
Expand Up @@ -2214,7 +2214,7 @@ pk11_PubDeriveECKeyWithKDF(
* try this again with an encoded public key */
if (crv != CKR_OK) {
/* For curves that only use X as public value and no encoding we don't
* have to try again. (Currently onlye Curve25519) */
* have to try again. (Currently only Curve25519) */
if (pk11_ECGetPubkeyEncoding(pubKey) == ECPoint_XOnly) {
goto loser;
}
Expand Down

0 comments on commit ca029fa

Please sign in to comment.