Skip to content

Commit 62b2038

Browse files
authored
[libcpu]Fixed the wrong notes in context_iar.S
swith -> switch
1 parent ce83371 commit 62b2038

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libcpu/rx/context_iar.S

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ _rt_hw_interrupt_enable:
2828
MVTIPL #KERNEL_INTERRUPT_PRIORITY
2929
RTS
3030

31-
; r0 --> swith from thread stack
32-
; r1 --> swith to thread stack
31+
; r0 --> switch from thread stack
32+
; r1 --> switch to thread stack
3333
; psr, pc, lr, r12, r3, r2, r1, r0 are pushed into [from] stack
3434
___interrupt_27:
3535

0 commit comments

Comments
 (0)