commit | 62524a928f8dec48e533ea51187585b8c1305508 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Fri Feb 26 10:08:50 2021 +0100 |
committer | Radek Krejci <rkrejci@cesnet.cz> | Fri Feb 26 12:48:19 2021 +0100 |
tree | 9cbd2a0694e1b88f1994494225c4e77ce9cd7cfb | |
parent | 003c44a226c706923947bd78ed8b6149c4411895 [diff] [blame] |
hash table REFACTOR improve ht val equal cb name
diff --git a/src/tree_schema_helpers.c b/src/tree_schema_helpers.c index e9397d8..2f0bf43 100644 --- a/src/tree_schema_helpers.c +++ b/src/tree_schema_helpers.c
@@ -385,7 +385,7 @@ /** * @brief Compare identifiers. - * Implementation of ::values_equal_cb. + * Implementation of ::lyht_value_equal_cb. */ static ly_bool lysp_id_cmp(void *val1, void *val2, ly_bool UNUSED(mod), void *UNUSED(cb_data))