chore: rename function OsCreateUserVmSpace

rename function OsCreateUserVmSpace to fix typo

close https://gitee.com/openharmony/kernel_liteos_a/issues/I3QD42

Signed-off-by: kenneth <459864689@qq.com>
This commit is contained in:
kenneth
2021-06-15 17:24:06 +08:00
parent a760c268f4
commit f0b419099d
4 changed files with 4 additions and 4 deletions

View File

@@ -142,7 +142,7 @@ INT32 LOS_DoExecveFile(const CHAR *fileName, CHAR * const *argv, CHAR * const *e
}
#endif
loadInfo.newSpace = OsCreateUserVmSapce();
loadInfo.newSpace = OsCreateUserVmSpace();
if (loadInfo.newSpace == NULL) {
PRINT_ERR("%s %d, failed to allocate new vm space\n", __FUNCTION__, __LINE__);
return -ENOMEM;