This is an automated email from the ASF dual-hosted git repository.

serverglen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brpc.git


The following commit(s) were added to refs/heads/master by this push:
     new 15bb034d Update iobuf.h (#2204)
15bb034d is described below

commit 15bb034da52b53782f3e516c5a0d56382819b981
Author: 20083017 <[email protected]>
AuthorDate: Wed Apr 12 16:34:15 2023 +0800

    Update iobuf.h (#2204)
---
 src/butil/iobuf.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/butil/iobuf.h b/src/butil/iobuf.h
index 8f4f823a..5f73f4e0 100644
--- a/src/butil/iobuf.h
+++ b/src/butil/iobuf.h
@@ -592,7 +592,7 @@ private:
     google::protobuf::int64 _byte_count;
 };
 
-// Wrap IOBuf into input of snappy compresson.
+// Wrap IOBuf into input of snappy compression.
 class IOBufAsSnappySource : public butil::snappy::Source {
 public:
     explicit IOBufAsSnappySource(const butil::IOBuf& buf)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to