diff --git a/src/replica/mutation_log.h b/src/replica/mutation_log.h index ebe6ebb370..1b505d4a83 100644 --- a/src/replica/mutation_log.h +++ b/src/replica/mutation_log.h @@ -404,7 +404,7 @@ class mutation_log : public ref_counter // be less than _plog_max_decree_on_disk. decree _plog_max_commit_on_disk; - decree _cleanable_decree; // for deal with gc conflict + decree _cleanable_decree; // To deal with gc conflict }; typedef dsn::ref_ptr mutation_log_ptr;