From 63f704ca879435cc9eafca5fd706a6aecc362182 Mon Sep 17 00:00:00 2001 From: Li Peng Date: Tue, 3 May 2016 15:21:20 +0800 Subject: [PATCH] cls_user: remove duplicated words Signed-off-by: Li Peng --- src/cls/user/cls_user_types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cls/user/cls_user_types.h b/src/cls/user/cls_user_types.h index 9d5506a563f..cfcff99428f 100644 --- a/src/cls/user/cls_user_types.h +++ b/src/cls/user/cls_user_types.h @@ -10,7 +10,7 @@ #include "common/ceph_time.h" /* - * this needs to be compatible with with rgw_bucket, as it replaces it + * this needs to be compatible with rgw_bucket, as it replaces it */ struct cls_user_bucket { std::string name; @@ -156,7 +156,7 @@ struct cls_user_stats { WRITE_CLASS_ENCODER(cls_user_stats) /* - * this needs to be compatible with with rgw_bucket, as it replaces it + * this needs to be compatible with rgw_bucket, as it replaces it */ struct cls_user_header { cls_user_stats stats; -- 2.39.5