diff --git a/public/sm_trie_tpl.h b/public/sm_trie_tpl.h index ed56de1e..a317cf78 100644 --- a/public/sm_trie_tpl.h +++ b/public/sm_trie_tpl.h @@ -45,7 +45,7 @@ enum NodeType }; /** - * @brief Trie algorithm based on "Double Array Trie" algorith. + * @brief Trie class for storing key/value pairs, based on double array tries. * @file sm_trie_tpl.h * * For full works cited and implementation overview, there is a big comment