提交 e7ea50f1 编写于 作者: R rtos-lover

fix: correct spelling

correct type in los_memory.c

close https://gitee.com/openharmony/kernel_liteos_m/issues/I3PYC3
上级 167b4d0c
......@@ -1803,10 +1803,10 @@ STATIC VOID OsMemIntegrityCheckError(struct OsMemPoolHead *pool,
MEM_UNLOCK(pool, intSave);
PRINT_ERR("cur node: 0x%x, pre node: 0x%x, pre node was allocated by task: %d, %s\n",
tmpNode, preNode, taskCB->taskID, taskCB->taskName);
LOS_Panic("Memory interity check error!\n");
LOS_Panic("Memory integrity check error!\n");
#else
MEM_UNLOCK(pool, intSave);
LOS_Panic("Memory interity check error, cur node: 0x%x, pre node: 0x%x\n", tmpNode, preNode);
LOS_Panic("Memory integrity check error, cur node: 0x%x, pre node: 0x%x\n", tmpNode, preNode);
#endif
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册