From 454a3731d9d6bd0bccb320d27652b704e9bd8b07 Mon Sep 17 00:00:00 2001 From: Xuehan Xu Date: Mon, 23 Aug 2021 13:58:32 +0800 Subject: [PATCH] crimson/common: correct comment error about interruptible future Signed-off-by: Xuehan Xu --- src/crimson/common/interruptible_future.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/crimson/common/interruptible_future.h b/src/crimson/common/interruptible_future.h index 2f48d4dc61a..81cadb98d6d 100644 --- a/src/crimson/common/interruptible_future.h +++ b/src/crimson/common/interruptible_future.h @@ -146,8 +146,8 @@ auto call_with_interruption_impl( // }); // }) // In this case, as crimson::do_for_each would directly do futurize_invoke - // for "call_with_interruption", we have make sure this invocation would - // errorly release ::crimson::interruptible::interrupt_cond + // for "call_with_interruption", we have to make sure this invocation would + // not errorly release ::crimson::interruptible::interrupt_cond // If there exists an interrupt condition, which means "Func" may not be // permitted to run as a result of the interruption, test it. If it does -- 2.47.3