summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichal Schmidt <mschmidt@redhat.com>2014-12-12 17:42:28 +0100
committerMichal Schmidt <mschmidt@redhat.com>2014-12-13 00:46:16 +0100
commit90df619ef505145a62b25bbe8d95ae595a6a9511 (patch)
tree93ebd2cd945bfb411b2e1ce92a4fe39cddb1fe92 /src
parente31fc1417a32f7f4efec1eb58a1511075a60e428 (diff)
shared/hashmap.h: fix comment
An early version used underscore prefixes for internal functions, but the current version uses the prefix "internal_".
Diffstat (limited to 'src')
-rw-r--r--src/shared/hashmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/hashmap.h b/src/shared/hashmap.h
index 9c6e0cab1..72c4adc5a 100644
--- a/src/shared/hashmap.h
+++ b/src/shared/hashmap.h
@@ -43,7 +43,7 @@
/* The base type for all hashmap and set types. Many functions in the
* implementation take (HashmapBase*) parameters and are run-time polymorphic,
* though the API is not meant to be polymorphic (do not call functions
- * prefixed with two underscores directly). */
+ * internal_*() directly). */
typedef struct HashmapBase HashmapBase;
/* Specific hashmap/set types */