From fd330bd875e0ce277cda749a7196e093d5afabef Mon Sep 17 00:00:00 2001 From: Simon J Mudd Date: Sat, 4 Sep 2021 18:53:08 +0200 Subject: [PATCH] Fix typo in header comment for alloc_copy_buffer() --- plugin/clone/include/clone_server.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/clone/include/clone_server.h b/plugin/clone/include/clone_server.h index b70937638c38..d1b2ea9f41ff 100644 --- a/plugin/clone/include/clone_server.h +++ b/plugin/clone/include/clone_server.h @@ -74,7 +74,7 @@ class Server { @return server thread */ THD *get_thd() { return (m_server_thd); } - /** Allocate and return buufer for data copy + /** Allocate and return buffer for data copy @param[in] len buffer length @return allocated pointer */ uchar *alloc_copy_buffer(uint len) {