Browse Source

Merge pull request #1406 from JinglongZhang/master

[Kernel] correct a spelling error
Bernard Xiong 7 năm trước cách đây
mục cha
commit
5513b8bf3c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      include/rtdebug.h

+ 1 - 1
include/rtdebug.h

@@ -117,7 +117,7 @@ do                                                                            \
     level = rt_hw_interrupt_disable();                                        \
     level = rt_hw_interrupt_disable();                                        \
     if (rt_interrupt_get_nest() != 0)                                         \
     if (rt_interrupt_get_nest() != 0)                                         \
     {                                                                         \
     {                                                                         \
-        rt_kprintf("Function[%s] shall not ne used in ISR\n", __FUNCTION__);  \
+        rt_kprintf("Function[%s] shall not be used in ISR\n", __FUNCTION__);  \
         RT_ASSERT(0)                                                          \
         RT_ASSERT(0)                                                          \
     }                                                                         \
     }                                                                         \
     rt_hw_interrupt_enable(level);                                            \
     rt_hw_interrupt_enable(level);                                            \