arch: arm: aarch32: fix documentation in z_irq_spurious definition

Correct documentation note in z_irq_spurious() definition,
stressing that the function is installed in _sw_isr_table
entries at boot time (which may be or not be used for
dynamic interrupts).

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
Ioannis Glaropoulos 2020-03-09 19:02:21 +01:00 committed by Johan Hedberg
commit a31795c440

View file

@ -146,7 +146,7 @@ void z_arm_irq_priority_set(unsigned int irq, unsigned int prio, u32_t flags)
*
* @brief Spurious interrupt handler
*
* Installed in all dynamic interrupt slots at boot time. Throws an error if
* Installed in all _sw_isr_table slots at boot time. Throws an error if
* called.
*
* See z_arm_reserved().