fix typos 'memeory' -> 'memory'

This commit is contained in:
Klawz 2022-11-29 13:58:02 +08:00
parent 9e735ccffa
commit 55b8f94d46

View File

@ -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.