diff --git a/src/storage/replayengine/ob_log_replay_engine.cpp b/src/storage/replayengine/ob_log_replay_engine.cpp index 9a8f1d44b9bdf7081e3edbfbd4f59c581dec5f07..e8b9a1c5afb32181bdf0fbaaff22ac3eae472afa 100644 --- a/src/storage/replayengine/ob_log_replay_engine.cpp +++ b/src/storage/replayengine/ob_log_replay_engine.cpp @@ -2006,7 +2006,7 @@ void ObLogReplayEngine::process_replay_ret_code_(const int ret_code, const int64 int ObLogReplayEngine::pre_check_(const ObPartitionKey& pkey, ObReplayStatus& replay_status, ObReplayTask& task) { // Only set the status of ObReplaystatus to ERROR when encounts fatal error, - // to avoid replay tasks of current partiiton run out the memory of tenant, resulting in affecting other + // to avoid replay tasks of current partition run out the memory of tenant, resulting in affecting other // partitions int ret = OB_SUCCESS; if (replay_status.get_rwlock().try_rdlock()) {