Skip to content

Commit f030a9e

Browse files
author
郭宁深
committed
make english comment better
1 parent 7ae6d6b commit f030a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/replica/mutation_log.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ class mutation_log : public ref_counter
404404
// be less than _plog_max_decree_on_disk.
405405
decree _plog_max_commit_on_disk;
406406

407-
decree _cleanable_decree; // for deal with gc conflict
407+
decree _cleanable_decree; // To deal with gc conflict
408408
};
409409

410410
typedef dsn::ref_ptr<mutation_log> mutation_log_ptr;

0 commit comments

Comments
 (0)