summaryrefslogtreecommitdiff
path: root/nuttx/arch/mips/src/mips32/up_copystate.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/mips/src/mips32/up_copystate.c')
-rw-r--r--nuttx/arch/mips/src/mips32/up_copystate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/mips/src/mips32/up_copystate.c b/nuttx/arch/mips/src/mips32/up_copystate.c
index 0f5909aa2..1bafffd0e 100644
--- a/nuttx/arch/mips/src/mips32/up_copystate.c
+++ b/nuttx/arch/mips/src/mips32/up_copystate.c
@@ -70,7 +70,7 @@ void up_copystate(uint32_t *dest, uint32_t *src)
{
int i;
- /* In the Cortex-M3 model, the state is copied from the stack to the TCB,
+ /* In the MIPS model, the state is copied from the stack to the TCB,
* but only a reference is passed to get the state from the TCB. So the
* following check avoids copying the TCB save area onto itself:
*/