Skip to content

Commit b0caac3

Browse files
authored
fixed typo in Interrupts.md
1 parent c262349 commit b0caac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/start/interrupts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Interrupt handlers look like plain functions (except for the lack of arguments)
3939
similar to exception handlers. However they can not be called directly by other
4040
parts of the firmware due to the special calling conventions. It is however
4141
possible to generate interrupt requests in software to trigger a diversion to
42-
to the interrupt handler.
42+
the interrupt handler.
4343

4444
Similar to exception handlers it is also possible to declare `static mut`
4545
variables inside the interrupt handlers for *safe* state keeping.

0 commit comments

Comments
 (0)