!101 【轻量级 PR】:Fixed Grammar Issues In VM_ERR
Merge pull request !101 from Ho Hang/N/A
This commit is contained in:
commit
d3e78a2cac
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue