From: Seongyeop Jeong Date: Thu, 1 Apr 2021 02:18:45 +0000 (+0900) Subject: src/rgw/rgw_client_io.h: fix a typo X-Git-Tag: v17.1.0~2396^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F40533%2Fhead;p=ceph.git src/rgw/rgw_client_io.h: fix a typo Patch to correct type. Signed-off-by: Seongyeop Jeong --- diff --git a/src/rgw/rgw_client_io.h b/src/rgw/rgw_client_io.h index df0ccd831cc8..41232c8ae7d7 100644 --- a/src/rgw/rgw_client_io.h +++ b/src/rgw/rgw_client_io.h @@ -254,7 +254,7 @@ public: } /* rgw::io::DecoratedRestfulClient */; -/* Interface that should be provided by a front-end class wanting to to use +/* Interface that should be provided by a front-end class wanting to use * the low-level buffering offered by i.e. StaticOutputBufferer. */ class BuffererSink { public: