mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-27 13:57:26 +03:00
shared/hashmap.h: fix comment
An early version used underscore prefixes for internal functions, but the current version uses the prefix "internal_".
This commit is contained in:
parent
e31fc1417a
commit
90df619ef5
@ -43,7 +43,7 @@
|
|||||||
/* The base type for all hashmap and set types. Many functions in the
|
/* The base type for all hashmap and set types. Many functions in the
|
||||||
* implementation take (HashmapBase*) parameters and are run-time polymorphic,
|
* implementation take (HashmapBase*) parameters and are run-time polymorphic,
|
||||||
* though the API is not meant to be polymorphic (do not call functions
|
* though the API is not meant to be polymorphic (do not call functions
|
||||||
* prefixed with two underscores directly). */
|
* internal_*() directly). */
|
||||||
typedef struct HashmapBase HashmapBase;
|
typedef struct HashmapBase HashmapBase;
|
||||||
|
|
||||||
/* Specific hashmap/set types */
|
/* Specific hashmap/set types */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user