Skip to content
Snippets Groups Projects
Commit f2194a8e authored by Alexandre Abadie's avatar Alexandre Abadie
Browse files

core/irq: fix 2 missing words in documentation

parent 201cff0a
No related branches found
No related tags found
No related merge requests found
......@@ -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().
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment