Fixed Grammar Issues In VM_ERR
This commit is contained in:
parent
1763f37811
commit
ea9791f8e1
|
@ -52,7 +52,7 @@ VOID *OsVmBootMemAlloc(size_t len)
|
|||
UINTPTR ptr;
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue