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

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


The following commit(s) were added to refs/heads/master by this push:
     new 34b87e17 fix typo (#1829)
34b87e17 is described below

commit 34b87e17c06e5097ba901182b918807c4d814fad
Author: FZC <[email protected]>
AuthorDate: Tue Jul 5 15:26:01 2022 +0800

    fix typo (#1829)
---
 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 8e2bfe47..61b3e31a 100644
--- a/src/butil/iobuf.h
+++ b/src/butil/iobuf.h
@@ -560,7 +560,7 @@ private:
 //     some_pb_message.SerializeToZeroCopyStream(&wrapper);
 //
 // NOTE: Blocks are by default shared among all the ZeroCopyOutputStream in one
-// thread. If there are many manuplated streams at one time, there may be many
+// thread. If there are many manipulated streams at one time, there may be many
 // fragments. You can create a ZeroCopyOutputStream which has its own block by 
 // passing a positive `block_size' argument to avoid this problem.
 class IOBufAsZeroCopyOutputStream


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

Reply via email to