chore: fix typo in components and libcpu

This commit is contained in:
theqengineer
2026-02-13 15:04:27 +08:00
committed by Rbb666
parent b0c55f5bf5
commit 85b656b14d
23 changed files with 29 additions and 29 deletions

View File

@@ -24,7 +24,7 @@ rt_uint32_t rt_thread_switch_interrput_flag;
rt_isr_handler_t rt_hw_interrupt_handler(rt_uint32_t vector, void* param)
{
rt_kprintf("Unhandled interrupt %d occured!!!\n", vector);
rt_kprintf("Unhandled interrupt %d occurred!!!\n", vector);
return RT_NULL;
}