fix typo satisfied (#1740)
This commit is contained in:
@ -1168,7 +1168,7 @@ int Iterator<BtreeKey, BtreeVal>::iter_next_batch_level_node(int64_t &element_co
|
|||||||
is_iter_end_ = true;
|
is_iter_end_ = true;
|
||||||
}
|
}
|
||||||
} else if (cmp == 0) {
|
} else if (cmp == 0) {
|
||||||
// the last leaf, all the values in this leaf are satified
|
// the last leaf, all the values in this leaf are satisfied
|
||||||
is_iter_end_ = true;
|
is_iter_end_ = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user