From a369e6cce296d5a1b2e5c8a8092f7d4d55a0eabe Mon Sep 17 00:00:00 2001 From: Changcheng Liu Date: Tue, 3 Mar 2020 13:52:36 +0800 Subject: [PATCH] librbd/BlockGuard: refine comment to be easy understood Signed-off-by: Changcheng Liu --- src/librbd/BlockGuard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librbd/BlockGuard.h b/src/librbd/BlockGuard.h index 1b59ab78875..3641512f8b2 100644 --- a/src/librbd/BlockGuard.h +++ b/src/librbd/BlockGuard.h @@ -55,7 +55,7 @@ public: BlockGuard &operator=(const BlockGuard&) = delete; /** - * Detain future IO for a range of blocks. the guard will assume + * Detain future IO for a range of blocks. the guard will keep * ownership of the provided operation if the operation is blocked. * @return 0 upon success and IO can be issued * >0 if the IO is blocked, -- 2.47.3