1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00

core/irq: fix 2 missing words in documentation

This commit is contained in:
Alexandre Abadie 2019-01-07 20:50:59 +01:00
parent 201cff0ada
commit f2194a8e26

View File

@ -30,7 +30,7 @@
/**
* @brief This function sets the IRQ disable bit in the status register
*
* @return Previous value of status register. The return value should not
* @return Previous value of status register. The return value should not be
* interpreted as a boolean value. The actual value is only
* significant for irq_restore().
*
@ -41,7 +41,7 @@ unsigned irq_disable(void);
/**
* @brief This function clears the IRQ disable bit in the status register
*
* @return Previous value of status register. The return value should not
* @return Previous value of status register. The return value should not be
* interpreted as a boolean value. The actual value is only
* significant for irq_restore().
*