summaryrefslogtreecommitdiff
path: root/arch/arc/include/nano_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arc/include/nano_private.h')
-rw-r--r--arch/arc/include/nano_private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arc/include/nano_private.h b/arch/arc/include/nano_private.h
index b3a6d5ad7..19d0c4ef5 100644
--- a/arch/arc/include/nano_private.h
+++ b/arch/arc/include/nano_private.h
@@ -137,8 +137,8 @@ typedef struct callee_saved tCalleeSaved;
#define FIBER 0x000
#define TASK 0x001 /* 1 = task, 0 = fiber */
-#define INT_ACTIVE 0x002 /* 1 = execution context is interrupt handler */
-#define EXC_ACTIVE 0x004 /* 1 = executino context is exception handler */
+#define INT_ACTIVE 0x002 /* 1 = executing context is interrupt handler */
+#define EXC_ACTIVE 0x004 /* 1 = executing context is exception handler */
#define USE_FP 0x010 /* 1 = thread uses floating point unit */
#define PREEMPTIBLE 0x020 /* 1 = preemptible thread */
#define ESSENTIAL 0x200 /* 1 = system thread that must not abort */