summaryrefslogtreecommitdiffstats
path: root/microbe/traverser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'microbe/traverser.cpp')
-rw-r--r--microbe/traverser.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/microbe/traverser.cpp b/microbe/traverser.cpp
index eb6a924..e066381 100644
--- a/microbe/traverser.cpp
+++ b/microbe/traverser.cpp
@@ -34,8 +34,8 @@ Traverser::~Traverser()
BTreeNode * Traverser::start()
{
/* To find the start we will iterate, or possibly recurse
- down the tree, each time turning down the node that has tqchildren,
- if they both have no tqchildren we have reached the end and it shouldn't
+ down the tree, each time turning down the node that has children,
+ if they both have no children we have reached the end and it shouldn't
really matter which we pick (check this algorithm) */
BTreeNode *n = m_root;