Skip to content

Commit 3feee49

Browse files
authored
fix typos
1 parent 95e7b9e commit 3feee49

File tree

1 file changed

+2
-2
lines changed
  • src/rp2_common/hardware_irq/include/hardware

1 file changed

+2
-2
lines changed

src/rp2_common/hardware_irq/include/hardware/irq.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ void irq_set_mask_n_enabled(uint n, uint32_t mask, bool enabled);
287287
* for the specified irq number.
288288
*
289289
* NOTE: By default, the SDK uses a single shared vector table per core, and the current installed
290-
* IRQ handlers are effectively a linked list starting a vector table entry for a particular IRQ numbers.
290+
* IRQ handlers are effectively a linked list starting a vector table entry for a particular IRQ number.
291291
* Therefore, this method (when using the same vector table for both cores) sets the same interrupt handler
292292
* for both cores.
293293
*
@@ -344,7 +344,7 @@ irq_handler_t irq_get_exclusive_handler(uint num);
344344
* would be exceeded.
345345
*
346346
* NOTE: By default, the SDK uses a single shared vector table per core, and the current installed
347-
* IRQ handlers are effectively a linked list starting a vector table entry for a particular IRQ numbers.
347+
* IRQ handlers are effectively a linked list starting a vector table entry for a particular IRQ number.
348348
* Therefore, this method (when using the same vector table for both cores) add the same interrupt handler
349349
* for both cores.
350350
*

0 commit comments

Comments
 (0)