From 096f4186c8cba7435105b4731b63aab953eb3ac7 Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Thu, 19 Mar 2015 11:14:52 +0100 Subject: Improve spelling and grammar of some comments. -- Signed-off-by: Neal H. Walfield --- dirmngr/certcache.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dirmngr/certcache.c') 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 -- cgit v1.2.3