This is an automated email from the ASF dual-hosted git repository.
guangmingchen 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 801a7a02 fix typo memcache_binary_protocol (#2501)
801a7a02 is described below
commit 801a7a0230fc45ef02f40dbc711223f6dffb6bb2
Author: yaphet <[email protected]>
AuthorDate: Thu Jan 11 23:07:47 2024 +0800
fix typo memcache_binary_protocol (#2501)
---
src/brpc/policy/memcache_binary_protocol.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/brpc/policy/memcache_binary_protocol.h
b/src/brpc/policy/memcache_binary_protocol.h
index 0db3b9f6..f51b8007 100644
--- a/src/brpc/policy/memcache_binary_protocol.h
+++ b/src/brpc/policy/memcache_binary_protocol.h
@@ -25,7 +25,7 @@
namespace brpc {
namespace policy {
-// Parse memcache messags.
+// Parse memcache messages.
ParseResult ParseMemcacheMessage(butil::IOBuf* source, Socket *socket, bool
read_eof,
const void *arg);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]