From 55b8f94d461ed303d91e7273f247a76407096481 Mon Sep 17 00:00:00 2001 From: Klawz Date: Tue, 29 Nov 2022 13:58:02 +0800 Subject: [PATCH] fix typos 'memeory' -> 'memory' --- deps/oblib/src/lib/thread_local/thread_buffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/oblib/src/lib/thread_local/thread_buffer.h b/deps/oblib/src/lib/thread_local/thread_buffer.h index f37c33eab..327ddaf3f 100644 --- a/deps/oblib/src/lib/thread_local/thread_buffer.h +++ b/deps/oblib/src/lib/thread_local/thread_buffer.h @@ -21,7 +21,7 @@ namespace oceanbase namespace common { /** - * Provide a memeory allocate mechanism by allocate + * Provide a memory allocate mechanism by allocate * a buffer associate with specific thread, whenever * this buffer allocate by user function in a thread * and free when thread exit.