You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by ww...@apache.org on 2022/11/17 06:35:57 UTC

[incubator-brpc] branch master updated: Update warning message on iobuf.cpp

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 962e841e Update warning message on iobuf.cpp
962e841e is described below

commit 962e841e23ae82d6a19dc11a587679b78d381810
Author: Weibing Wang <ww...@163.com>
AuthorDate: Thu Nov 17 14:35:48 2022 +0800

    Update warning message on iobuf.cpp
---
 src/butil/iobuf.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/butil/iobuf.cpp b/src/butil/iobuf.cpp
index b637700a..b468e91d 100644
--- a/src/butil/iobuf.cpp
+++ b/src/butil/iobuf.cpp
@@ -141,7 +141,7 @@ inline iov_function get_pwritev_func() {
 
 #else   // ARCH_CPU_X86_64
 
-#warning "We don't check if the kernel supports SYS_preadv or SYS_pwritev on non-X86_64, use impl on pread/pwrite directly."
+#warning "We don't check if the kernel supports SYS_preadv or SYS_pwritev on non-X86_64, use implementation on pread/pwrite directly."
 
 inline iov_function get_preadv_func() {
     return user_preadv;


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