1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #10730 from aabadie/pr/core/irq_doc_typo

core/irq: fix 2 missing words in documentation
This commit is contained in:
Alexandre Abadie 2019-01-08 08:29:19 +01:00 committed by GitHub
commit a9a30c0c0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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().
*