summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */