Skip to content

Commit 9c0d63d

Browse files
author
fuli
committed
update comment
1 parent 61fe124 commit 9c0d63d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/btree.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ namespace alg {
133133
ret.idx = -1;
134134
return ret;
135135
} else {
136-
std::auto_ptr<node_t> xi(READ(x, i)); // in last child
136+
std::auto_ptr<node_t> xi(READ(x, i)); // search in a child
137137
return search(xi.get(), k);
138138
}
139139
}

0 commit comments

Comments
 (0)