From 5cba82afc9b41fc32ec729b8d63d31a748a0b318 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 29 Aug 2007 05:47:46 +0000 Subject: [PATCH] fixed another minor comment --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401398 --- public/sm_trie_tpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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