diff options
author | Neal H. Walfield <[email protected]> | 2015-03-19 10:14:52 +0000 |
---|---|---|
committer | Neal H. Walfield <[email protected]> | 2015-03-23 18:58:30 +0000 |
commit | 096f4186c8cba7435105b4731b63aab953eb3ac7 (patch) | |
tree | 05a829ad75c5a257cb81c14ad5e650c8fed285d9 /dirmngr/certcache.c | |
parent | Improve documenation of http_parse_uri. (diff) | |
download | gnupg-096f4186c8cba7435105b4731b63aab953eb3ac7.tar.gz gnupg-096f4186c8cba7435105b4731b63aab953eb3ac7.zip |
Improve spelling and grammar of some comments.
--
Signed-off-by: Neal H. Walfield <[email protected]>
Diffstat (limited to 'dirmngr/certcache.c')
-rw-r--r-- | dirmngr/certcache.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dirmngr/certcache.c b/dirmngr/certcache.c index 7fc982684..8c5feeff4 100644 --- a/dirmngr/certcache.c +++ b/dirmngr/certcache.c @@ -78,7 +78,7 @@ typedef struct cert_item_s *cert_item_t; the first byte of the fingerprint. */ static cert_item_t cert_cache[256]; -/* This is the global cache_lock variable. In general looking is not +/* This is the global cache_lock variable. In general locking is not needed but it would take extra efforts to make sure that no indirect use of npth functions is done, so we simply lock it always. Note: We can't use static initialization, as that is not @@ -153,7 +153,7 @@ compare_serialno (ksba_sexp_t serial1, ksba_sexp_t serial2 ) -/* Return a malloced canonical S-Expression with the serialnumber +/* Return a malloced canonical S-Expression with the serial number converted from the hex string HEXSN. Return NULL on memory error. */ ksba_sexp_t |