Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'base/mem_trie.hpp')
-rw-r--r--base/mem_trie.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/mem_trie.hpp b/base/mem_trie.hpp
index 3c8547b8ce..fdd35af365 100644
--- a/base/mem_trie.hpp
+++ b/base/mem_trie.hpp
@@ -49,7 +49,7 @@ public:
ForEachInSubtree(m_root, prefix, std::forward<ToDo>(toDo));
}
- // Calls |toDo| for each key-value pair in a node that is reachable
+ // Calls |toDo| for each key-value pair in the node that is reachable
// by |prefix| from the trie root. Does nothing if such node does
// not exist.
template <typename ToDo>