diff --git a/memory/include/ohos_mem_pool.h b/memory/include/ohos_mem_pool.h index e19ec630f0e09f3b15b38ce9956f545402291f7c..393f885e1893c015c7f012baf96f1a96ec8a7814 100644 --- a/memory/include/ohos_mem_pool.h +++ b/memory/include/ohos_mem_pool.h @@ -44,7 +44,7 @@ extern "C"{ #endif /* End of #ifdef __cplusplus */ /** - * @brief memory pool enum defination. + * @brief memory pool enum definition. */ typedef enum { MEM_TYPE_BEGIN = 100, @@ -59,7 +59,7 @@ typedef enum { MEM_TYPE_HICHAIN, /* security memory pool */ MEM_TYPE_SOFTBUS_LSRAM, /* softbus low speed memory pool */ - MEM_TYPE_MAX /* maximum defination of memory ,add a new memory pool before it */ + MEM_TYPE_MAX /* maximum definition of memory, add a new memory pool before it */ } MemType; /**