summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/armv6-m
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/arm/src/armv6-m')
-rw-r--r--nuttx/arch/arm/src/armv6-m/up_fullcontextrestore.S2
-rw-r--r--nuttx/arch/arm/src/armv6-m/up_vectors.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/arm/src/armv6-m/up_fullcontextrestore.S b/nuttx/arch/arm/src/armv6-m/up_fullcontextrestore.S
index d09afb020..d7bd70485 100644
--- a/nuttx/arch/arm/src/armv6-m/up_fullcontextrestore.S
+++ b/nuttx/arch/arm/src/armv6-m/up_fullcontextrestore.S
@@ -44,7 +44,7 @@
#include "svcall.h"
/************************************************************************************
- * Preprocessor Definitions
+ * Pre-processor Definitions
************************************************************************************/
/************************************************************************************
diff --git a/nuttx/arch/arm/src/armv6-m/up_vectors.c b/nuttx/arch/arm/src/armv6-m/up_vectors.c
index c1d57f2fd..a1cd64ff7 100644
--- a/nuttx/arch/arm/src/armv6-m/up_vectors.c
+++ b/nuttx/arch/arm/src/armv6-m/up_vectors.c
@@ -46,7 +46,7 @@
#include "chip.h"
/************************************************************************************
- * Preprocessor Definitions
+ * Pre-processor Definitions
************************************************************************************/
#define IDLE_STACK ((unsigned)&_ebss+CONFIG_IDLETHREAD_STACKSIZE-4)