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 ef6f9161 remove useless and (#2438)
ef6f9161 is described below

commit ef6f91616bb38fe2d6dbffdef4e4efbcff2e4d1b
Author: yaphet <664737...@qq.com>
AuthorDate: Thu Nov 2 18:13:27 2023 +0800

    remove useless and (#2438)
---
 src/brpc/server.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/brpc/server.h b/src/brpc/server.h
index c2ba87d8..52262e51 100644
--- a/src/brpc/server.h
+++ b/src/brpc/server.h
@@ -339,7 +339,7 @@ struct PortRange {
 };
 
 // Server dispatches requests from clients to registered services and
-// and sends responses back to clients.
+// sends responses back to clients.
 class Server {
 public:
     enum Status {


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org

Reply via email to