提交 d1c177f4 编写于 作者: B Bernard Xiong

[Kernel] Fix typo.

上级 0f1d4378
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
* *
* rti_end --> 6.end * rti_end --> 6.end
* *
* These automatically initializaiton, the driver or component initial function must * These automatically initialization, the driver or component initial function must
* be defined with: * be defined with:
* INIT_BOARD_EXPORT(fn); * INIT_BOARD_EXPORT(fn);
* INIT_DEVICE_EXPORT(fn); * INIT_DEVICE_EXPORT(fn);
...@@ -109,7 +109,7 @@ void rt_components_init(void) ...@@ -109,7 +109,7 @@ void rt_components_init(void)
int result; int result;
const struct rt_init_desc *desc; const struct rt_init_desc *desc;
rt_kprintf("do components intialization.\n"); rt_kprintf("do components initialization.\n");
for (desc = &__rt_init_desc_rti_board_end; desc < &__rt_init_desc_rti_end; desc ++) for (desc = &__rt_init_desc_rti_board_end; desc < &__rt_init_desc_rti_end; desc ++)
{ {
rt_kprintf("initialize %s", desc->fn_name); rt_kprintf("initialize %s", desc->fn_name);
...@@ -215,7 +215,7 @@ int rtthread_startup(void) ...@@ -215,7 +215,7 @@ int rtthread_startup(void)
{ {
rt_hw_interrupt_disable(); rt_hw_interrupt_disable();
/* board level initalization /* board level initialization
* NOTE: please initialize heap inside board initialization. * NOTE: please initialize heap inside board initialization.
*/ */
rt_hw_board_init(); rt_hw_board_init();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册