From e3df19fde594b88e19318c0d7c96f049198c5f7c Mon Sep 17 00:00:00 2001 From: ZHANG Jinglong Date: Fri, 4 May 2018 23:10:35 +0800 Subject: [PATCH] correct a spelling error --- include/rtdebug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rtdebug.h b/include/rtdebug.h index a9c0c0372f..417ba70185 100644 --- a/include/rtdebug.h +++ b/include/rtdebug.h @@ -117,7 +117,7 @@ do \ level = rt_hw_interrupt_disable(); \ 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_hw_interrupt_enable(level); \