summaryrefslogtreecommitdiff
path: root/nuttx/arch/rgmp/src/rgmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/rgmp/src/rgmp.c')
-rw-r--r--nuttx/arch/rgmp/src/rgmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/rgmp/src/rgmp.c b/nuttx/arch/rgmp/src/rgmp.c
index e71782112..495c5e05c 100644
--- a/nuttx/arch/rgmp/src/rgmp.c
+++ b/nuttx/arch/rgmp/src/rgmp.c
@@ -88,7 +88,7 @@ void rtos_kfree(void *addr)
/**
* The interrupt can be nested. The pair of rtos_enter_interrupt()
- * and rtos_exit_interrupt() make sure the context switch is
+ * and rtos_exit_interrupt() make sure the context switch is
* performed only in the last IRQ exit.
*/
void rtos_enter_interrupt(void)