summaryrefslogtreecommitdiffstats
path: root/dirmngr/cdblib.c
diff options
context:
space:
mode:
Diffstat (limited to 'dirmngr/cdblib.c')
-rw-r--r--dirmngr/cdblib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dirmngr/cdblib.c b/dirmngr/cdblib.c
index 26a01b30f..9ab4d3c24 100644
--- a/dirmngr/cdblib.c
+++ b/dirmngr/cdblib.c
@@ -7,7 +7,7 @@
* inclusion into Dirmngr. By Werner Koch <wk@gnupg.org> 2003-12-12.
*/
-/* A cdb database is a single file used to map `keys' to `values',
+/* A cdb database is a single file used to map 'keys' to 'values',
having records of (key,value) pairs. File consists of 3 parts: toc
(table of contents), data and index (hash tables).