]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
src/rgw/rgw_client_io.h: fix a typo
authorSeongyeop Jeong <seongyeop.jeong@snu.ac.kr>
Thu, 1 Apr 2021 02:18:45 +0000 (11:18 +0900)
committerSeongyeop Jeong <seongyeop.jeong@snu.ac.kr>
Thu, 1 Apr 2021 02:18:45 +0000 (11:18 +0900)
Patch to correct type.

Signed-off-by: Seongyeop Jeong <seongyeop.jeong@snu.ac.kr>
src/rgw/rgw_client_io.h

index df0ccd831cc83dffdb782afb6a6daf6fc49bf04c..41232c8ae7d7bcc8730128fecf16c440ebb07377 100644 (file)
@@ -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: