From f030a9ea9d030fb7c5fbe71d86082b342422d600 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E5=AE=81=E6=B7=B1?= Date: Wed, 25 Sep 2024 16:03:29 +0800 Subject: [PATCH] make english comment better --- src/replica/mutation_log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/replica/mutation_log.h b/src/replica/mutation_log.h index d213d06b03..b1d3c8e6a0 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;