Skip to content

Commit

Permalink
make english comment better
Browse files Browse the repository at this point in the history
  • Loading branch information
郭宁深 committed Sep 25, 2024
1 parent 7392fe8 commit 3db3bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/replica/mutation_log.h
Original file line number Diff line number Diff line change
Expand Up @@ -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> mutation_log_ptr;
Expand Down

0 comments on commit 3db3bd1

Please sign in to comment.