diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-12-11 15:12:21 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-12-11 15:12:21 +0000 |
commit | 055fea386e4994a35b758b94f948f9de1c8ba091 (patch) | |
tree | b121874ef43c137a308d7009c7acc08b43c0b135 /os/rt/templates | |
parent | 509af41c04084bb0ed467d137efb4aeb68d25a05 (diff) | |
download | ChibiOS-055fea386e4994a35b758b94f948f9de1c8ba091.tar.gz ChibiOS-055fea386e4994a35b758b94f948f9de1c8ba091.tar.bz2 ChibiOS-055fea386e4994a35b758b94f948f9de1c8ba091.zip |
Documentation related fixes. Documentation is buildable with Doxygen 1.8.8 now.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7571 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/rt/templates')
-rw-r--r-- | os/rt/templates/chcore.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/rt/templates/chcore.h b/os/rt/templates/chcore.h index 71a6eaf2f..dd9203e36 100644 --- a/os/rt/templates/chcore.h +++ b/os/rt/templates/chcore.h @@ -272,8 +272,8 @@ static inline syssts_t port_get_irq_status(void) { * @param[in] sts the interrupt status word
*
* @return The interrupt status.
- * @retvel false the word specified a disabled interrupts status.
- * @retvel true the word specified an enabled interrupts status.
+ * @retval false the word specified a disabled interrupts status.
+ * @retval true the word specified an enabled interrupts status.
*/
static inline bool port_irq_enabled(syssts_t sts) {
|