From b5fba7c2d083aa25132fab79e8069c8f05b20214 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Fri, 27 Jan 2017 13:35:44 +0200 Subject: [PATCH] Fix typo in MaxAdmin.md Fixed a typo in MaxAdmin.md. --- Documentation/Reference/MaxAdmin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Reference/MaxAdmin.md b/Documentation/Reference/MaxAdmin.md index 758212ccc..d4c710560 100644 --- a/Documentation/Reference/MaxAdmin.md +++ b/Documentation/Reference/MaxAdmin.md @@ -1454,7 +1454,7 @@ path is `/home/user/rules.txt`. # Tuning MariaDB MaxScale -The way that MariaDB MaxScale does it’s polling is that each of the polling +The way that MariaDB MaxScale does its polling is that each of the polling threads, as defined by the threads parameter in the configuration file, will call epoll_wait to obtain the events that are to be processed. The events are then added to a queue for execution. Any thread can read from this queue, not