From eba7fc8d148b4a870d36fc7522a1b8d029031f6a Mon Sep 17 00:00:00 2001 From: Simon J Mudd Date: Fri, 1 Jan 2021 21:43:48 +0100 Subject: [PATCH] Fix tiny typo in docs related to Corking --- plugin/x/protocol/doc/mysqlx-protocol-implementation.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/x/protocol/doc/mysqlx-protocol-implementation.dox b/plugin/x/protocol/doc/mysqlx-protocol-implementation.dox index 84941727978..f6d98e66a67 100644 --- a/plugin/x/protocol/doc/mysqlx-protocol-implementation.dox +++ b/plugin/x/protocol/doc/mysqlx-protocol-implementation.dox @@ -168,7 +168,7 @@ On Unix this is handled by ``writev(2)``, on Windows exists @par Corking -Further control about how when to actual send data to the other endpoint +Further control about how and when to actually send data to the other endpoint can be achieved with "corking": - linux: ``TCP_CORK`` http://linux.die.net/man/7/tcp @@ -326,4 +326,4 @@ configurable to allow a trade-off between: - parallelism -*/ \ No newline at end of file +*/