fixed another minor comment

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401398
This commit is contained in:
David Anderson 2007-08-29 05:47:46 +00:00
parent e5d81cf621
commit 5cba82afc9

View File

@ -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