From 87c9d285d27770daf9764e5bc274d9d5516a9e34 Mon Sep 17 00:00:00 2001 From: Michal Schmidt Date: Fri, 12 Dec 2014 17:42:28 +0100 Subject: 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 --- 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 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 */ -- cgit v1.2.3-54-g00ecf