From e0983cd0d94bbcac49417380393d7cd0d4aa160f Mon Sep 17 00:00:00 2001 From: xie xingguo Date: Tue, 23 Feb 2016 15:59:08 +0800 Subject: [PATCH] osd: fix typo Signed-off-by: xie xingguo --- src/osd/OSD.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osd/OSD.h b/src/osd/OSD.h index 894da757f75c..6a78d9adb17e 100644 --- a/src/osd/OSD.h +++ b/src/osd/OSD.h @@ -317,7 +317,7 @@ public: * CLEARING_WAITING and QUEUED indicate that the remover will check * stop_deleting before queueing any further operations. CANCELED * indicates that the remover has already halted. DELETED_DIR - * indicates that the deletion has been fully queueud. + * indicates that the deletion has been fully queued. */ while (status == DELETING_DIR || status == CLEARING_DIR) cond.Wait(lock); -- 2.47.3