chiark / gitweb /
shared/hashmap.h: fix comment
authorMichal Schmidt <mschmidt@redhat.com>
Fri, 12 Dec 2014 16:42:28 +0000 (17:42 +0100)
committerMichal Schmidt <mschmidt@redhat.com>
Fri, 12 Dec 2014 23:46:16 +0000 (00:46 +0100)
An early version used underscore prefixes for internal functions, but
the current version uses the prefix "internal_".

src/shared/hashmap.h

index 9c6e0cab186a746de3203c05e9567f9fad0f6e9c..72c4adc5aa6f118b3ac9e126ef1e3e9f28e9f33f 100644 (file)
@@ -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
 /* 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 */
 typedef struct HashmapBase HashmapBase;
 
 /* Specific hashmap/set types */