Skip to content
Snippets Groups Projects
Unverified Commit a9a30c0c authored by Alexandre Abadie's avatar Alexandre Abadie Committed by GitHub
Browse files

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

core/irq: fix 2 missing words in documentation
parents 201cff0a f2194a8e
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