Fix spelling errors

This commit is contained in:
Boris Pek
2019-01-14 22:16:48 +03:00
committed by Jan Vidar Krey
parent ef83b31cec
commit d25fead3a8
6 changed files with 6 additions and 6 deletions

View File

@@ -356,7 +356,7 @@ static struct rb_node* rb_tree_traverse(struct rb_tree* tree, int dir)
if (p->link[!dir] == n)
return rb_it_set(tree, p);
// walk up in hte current direction
// walk up in the current direction
while (p->link[dir] == n)
{
n = p;