From 87048debfe447386c22bc6224383cc744b9cdba4 Mon Sep 17 00:00:00 2001 From: Seongyeop Jeong Date: Thu, 1 Apr 2021 11:18:45 +0900 Subject: [PATCH] src/rgw/rgw_client_io.h: fix a typo Patch to correct type. Signed-off-by: Seongyeop Jeong --- src/rgw/rgw_client_io.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rgw/rgw_client_io.h b/src/rgw/rgw_client_io.h index df0ccd831cc83..41232c8ae7d7b 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: -- 2.39.5