summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Sleevi <ryan.sleevi@gmail.com>2013-08-14 13:49:54 -0700
committerRyan Sleevi <ryan.sleevi@gmail.com>2013-08-14 13:49:54 -0700
commitb0d3f83a26964581fbde55fca44b5b6a9b34527f (patch)
tree2f48797bfa5a18dd8fcdb02c0085f21e23d77e73
parent135f50362eb412fa2aa44a1a7f9e096ec1080b6d (diff)
downloadnss-hg-b0d3f83a26964581fbde55fca44b5b6a9b34527f.tar.gz
Bug 905366: Fix a comment typo by renaming "key" to "cx"
-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 8379848e9..bf70eea24 100644
--- a/lib/cryptohi/cryptohi.h
+++ b/lib/cryptohi/cryptohi.h
@@ -63,7 +63,7 @@ extern SGNContext *SGN_NewContext(SECOidTag alg, SECKEYPrivateKey *privKey);
/*
** Destroy a signature-context object
-** "key" the object
+** "cx" the object
** "freeit" if PR_TRUE then free the object as well as its sub-objects
*/
extern void SGN_DestroyContext(SGNContext *cx, PRBool freeit);