MDEV-27774 fixup: Correct a comment

This commit is contained in:
Marko Mäkelä 2023-02-16 09:17:40 +02:00
parent 5abbe092e6
commit 34f0433c09

View file

@ -3159,7 +3159,7 @@ static void log_copying_thread()
my_thread_end();
}
/** whether io_watching_thread() is active; protected by log_sys.mutex */
/** whether io_watching_thread() is active; protected by recv_sys.mutex */
static bool have_io_watching_thread;
/* io throttle watching (rough) */