fix typo satisfied (#1740)

This commit is contained in:
Jin Zhao 2023-12-11 09:46:23 +08:00 committed by GitHub
parent 9cce973b13
commit fedbc18f98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1168,7 +1168,7 @@ int Iterator<BtreeKey, BtreeVal>::iter_next_batch_level_node(int64_t &element_co
is_iter_end_ = true;
}
} 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;
}
}