Skip to content

Commit

Permalink
OSD: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
  • Loading branch information
xiexingguo committed Feb 23, 2016
1 parent 1b0a113 commit e4a1a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osd/OSD.h
Expand Up @@ -317,7 +317,7 @@ class DeletingState {
* 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);
Expand Down

0 comments on commit e4a1a14

Please sign in to comment.