summaryrefslogtreecommitdiffstats
path: root/g10/objcache.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2019-09-25 16:21:30 +0200
committerWerner Koch <wk@gnupg.org>2019-09-25 16:21:30 +0200
commitd38f877bd88c348644742f79bfb4909dd3af493b (patch)
treede6c7f11ec866bfe00e66766cbcfe3cc5a371412 /g10/objcache.c
parenttests: Add two user-id parsing test cases. (diff)
downloadgnupg2-d38f877bd88c348644742f79bfb4909dd3af493b.tar.xz
gnupg2-d38f877bd88c348644742f79bfb4909dd3af493b.zip
doc: Minor doc updates and a typo fix.
--
Diffstat (limited to 'g10/objcache.c')
-rw-r--r--g10/objcache.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/objcache.c b/g10/objcache.c
index adb0717d7..a90b4d9d8 100644
--- a/g10/objcache.c
+++ b/g10/objcache.c
@@ -30,8 +30,8 @@
#include "options.h"
#include "objcache.h"
-/* Note that max value for uid_items is actually a the threshold when
- * we start to look for ietms which can be removed. */
+/* Note that max value for uid_items is actually the threshold when
+ * we start to look for items which can be removed. */
#define NO_OF_UID_ITEM_BUCKETS 107
#define MAX_UID_ITEMS_PER_BUCKET 20