提交 ea9791f8 编写于 作者: H Ho Hang 提交者: Gitee

Fixed Grammar Issues In VM_ERR

上级 1763f378
...@@ -52,7 +52,7 @@ VOID *OsVmBootMemAlloc(size_t len) ...@@ -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;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册