fix typos

This commit is contained in:
Klawz
2022-07-05 09:21:22 +08:00
parent 4772660e9b
commit 90a2c7c94f
6 changed files with 6 additions and 6 deletions

View File

@ -33,7 +33,7 @@ void *malloc_parentheses_info(const size_t nbyte, void *malloc_pool)
return ptr;
}
// get memory from the thread obStringBuf, and not release untill thread quits
// get memory from the thread obStringBuf, and not release until thread quits
void *parse_malloc(const size_t nbyte, void *malloc_pool)
{
void *ptr = NULL;