修改: src/clog/ob_info_block_handler.h (#564)

This commit is contained in:
yan-tingyun 2021-11-23 14:47:03 +08:00 committed by GitHub
parent 3c1dc8c604
commit 10fee2c4e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -171,7 +171,7 @@ private:
int ret_code_;
};
// adapt hashmap forech, used to traverse infoblock.
// adapt hashmap foreach, used to traverse infoblock.
// 1. record partition which need to be minor freeze.
class CheckPartitionNeedFreezeFunctor {
public: