summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Sleevi <ryan.sleevi@gmail.com>2013-08-14 14:24:33 -0700
committerRyan Sleevi <ryan.sleevi@gmail.com>2013-08-14 14:24:33 -0700
commit47d68a6ce671fe86261cc5690645c0364cdf0fed (patch)
tree5d435bf517b2f03366be0ac5db84620eb892ad6c
parentb0d3f83a26964581fbde55fca44b5b6a9b34527f (diff)
downloadnss-hg-47d68a6ce671fe86261cc5690645c0364cdf0fed.tar.gz
BUG 905387: Fix a typo in a comment by renaming "pk" to "privKey"
-rw-r--r--lib/cryptohi/cryptohi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cryptohi/cryptohi.h b/lib/cryptohi/cryptohi.h
index bf70eea24..09297ea6a 100644
--- a/lib/cryptohi/cryptohi.h
+++ b/lib/cryptohi/cryptohi.h
@@ -112,7 +112,7 @@ extern SECStatus SEC_SignData(SECItem *result,
** The given signature/hash algorithm.
** "result" the final signature data (memory is allocated)
** "digest" the digest to sign
-** "pk" the private key to encrypt with
+** "privKey" the private key to encrypt with
** "algtag" The algorithm tag to encode (need for RSA only)
*/
extern SECStatus SGN_Digest(SECKEYPrivateKey *privKey,