diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-21 17:03:45 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-22 09:49:13 -0400 |
commit | c2a558a346cf1f4db8751eb5c6dfecaab760a652 (patch) | |
tree | 33f2af41f7ee2c27967f9eea21dfaba8f5a04641 /src/lib/container/map.c | |
parent | de508c5f50af855742b59579afd6c9c328eb7cd6 (diff) | |
download | tor-c2a558a346cf1f4db8751eb5c6dfecaab760a652.tar.gz tor-c2a558a346cf1f4db8751eb5c6dfecaab760a652.zip |
Expunge container.h
Diffstat (limited to 'src/lib/container/map.c')
-rw-r--r-- | src/lib/container/map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/container/map.c b/src/lib/container/map.c index 508680e4a5..f6b0f73c17 100644 --- a/src/lib/container/map.c +++ b/src/lib/container/map.c @@ -158,7 +158,7 @@ digest256map_assign_key(digest256map_entry_t *ent, const uint8_t *key) /** * Macro: implement all the functions for a map that are declared in - * container.h by the DECLARE_MAP_FNS() macro. You must additionally define a + * map.h by the DECLARE_MAP_FNS() macro. You must additionally define a * prefix_entry_free_() function to free entries (and their keys), a * prefix_assign_tmp_key() function to temporarily set a stack-allocated * entry to hold a key, and a prefix_assign_key() function to set a |