From 90df619ef505145a62b25bbe8d95ae595a6a9511 Mon Sep 17 00:00:00 2001 From: Michal Schmidt Date: Fri, 12 Dec 2014 17:42:28 +0100 Subject: [PATCH] shared/hashmap.h: fix comment An early version used underscore prefixes for internal functions, but the current version uses the prefix "internal_". --- src/shared/hashmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.30.2