!101 【轻量级 PR】:Fixed Grammar Issues In VM_ERR

Merge pull request !101 from Ho Hang/N/A
This commit is contained in:
openharmony_ci 2021-03-30 10:35:00 +08:00 committed by Gitee
commit d3e78a2cac
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ VOID *OsVmBootMemAlloc(size_t len)
UINTPTR ptr; UINTPTR ptr;
if (g_kHeapInited) { if (g_kHeapInited) {
VM_ERR("kernel heap has been inited, should not to use boot mem alloc!"); VM_ERR("kernel heap has been initialized, do not to use boot memory allocation!");
return NULL; return NULL;
} }