Fix spelling errors
This commit is contained in:
committed by
Jan Vidar Krey
parent
ef83b31cec
commit
d25fead3a8
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user