summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Schmidt <mschmidt@redhat.com>2014-12-12 17:42:28 +0100
committerAnthony G. Basile <blueness@gentoo.org>2014-12-20 09:12:48 -0500
commit87c9d285d27770daf9764e5bc274d9d5516a9e34 (patch)
treeae0ab19df1f89aed1dd38add3b27c872f6f0120e
parentb0c70c543db0b9e2f3e8884ee6806b4ed01d5a20 (diff)
shared/hashmap.h: fix comment
An early version used underscore prefixes for internal functions, but the current version uses the prefix "internal_". Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
-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 9c6e0cab18..72c4adc5aa 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 */