aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2003-05-28 01:18:51 +0000
committerMarcus Brinkmann <[email protected]>2003-05-28 01:18:51 +0000
commit05040ea3ba23929f21ec3a82010d310e04867fd4 (patch)
treec3df9638bd0b55f8ceadf0b0c1894efc25b0ddf0
parentdoc/ (diff)
downloadgpgme-05040ea3ba23929f21ec3a82010d310e04867fd4.tar.gz
gpgme-05040ea3ba23929f21ec3a82010d310e04867fd4.zip
Fix comment.
-rw-r--r--gpgme/key.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gpgme/key.c b/gpgme/key.c
index 47ce4aa2..c5157f83 100644
--- a/gpgme/key.c
+++ b/gpgme/key.c
@@ -31,8 +31,7 @@
/* Protects all reference counters in keys. All other accesses to a
- key are either read only or happen before the key is entered into
- the cache. */
+ key are read only. */
DEFINE_STATIC_LOCK (key_ref_lock);
@@ -293,7 +292,7 @@ gpgme_key_ref (gpgme_key_t key)
}
-/* gpgme_key_unref releases the key object. Note, that this function
+/* gpgme_key_unref releases the key object. Note, that this function
may not do an actual release if there are other shallow copies of
the objects. You have to call this function for every newly
created key object as well as for every gpgme_key_ref() done on the