diff --git a/storage/innobase/buf/buf0flu.cc b/storage/innobase/buf/buf0flu.cc index facca9efa11..f8883985ef5 100644 --- a/storage/innobase/buf/buf0flu.cc +++ b/storage/innobase/buf/buf0flu.cc @@ -2323,7 +2323,7 @@ static ulint buf_flush_LRU_list(buf_pool_t *buf_pool) { /* Currently one of page_cleaners is the only thread that can trigger an LRU flush at the same time. So, it is not possible that a batch triggered during - last iteration is still running, */ + last iteration is still running */ buf_flush_do_batch(buf_pool, BUF_FLUSH_LRU, scan_depth, 0, &n_flushed); return (n_flushed);