summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/armv7-m
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/arm/src/armv7-m')
-rw-r--r--nuttx/arch/arm/src/armv7-m/up_fpu.S2
-rw-r--r--nuttx/arch/arm/src/armv7-m/up_fullcontextrestore.S2
-rw-r--r--nuttx/arch/arm/src/armv7-m/up_lazyexception.S2
-rw-r--r--nuttx/arch/arm/src/armv7-m/up_vectors.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/arch/arm/src/armv7-m/up_fpu.S b/nuttx/arch/arm/src/armv7-m/up_fpu.S
index ea8a4995e..e2bb424cc 100644
--- a/nuttx/arch/arm/src/armv7-m/up_fpu.S
+++ b/nuttx/arch/arm/src/armv7-m/up_fpu.S
@@ -49,7 +49,7 @@
#ifdef CONFIG_ARCH_FPU
/************************************************************************************
- * Preprocessor Definitions
+ * Pre-processor Definitions
************************************************************************************/
/************************************************************************************
diff --git a/nuttx/arch/arm/src/armv7-m/up_fullcontextrestore.S b/nuttx/arch/arm/src/armv7-m/up_fullcontextrestore.S
index 4c77b66b8..01f8f6848 100644
--- a/nuttx/arch/arm/src/armv7-m/up_fullcontextrestore.S
+++ b/nuttx/arch/arm/src/armv7-m/up_fullcontextrestore.S
@@ -44,7 +44,7 @@
#include "svcall.h"
/************************************************************************************
- * Preprocessor Definitions
+ * Pre-processor Definitions
************************************************************************************/
/************************************************************************************
diff --git a/nuttx/arch/arm/src/armv7-m/up_lazyexception.S b/nuttx/arch/arm/src/armv7-m/up_lazyexception.S
index 16af52e64..b2d5aed92 100644
--- a/nuttx/arch/arm/src/armv7-m/up_lazyexception.S
+++ b/nuttx/arch/arm/src/armv7-m/up_lazyexception.S
@@ -45,7 +45,7 @@
#include "chip.h"
/************************************************************************************************
- * Preprocessor Definitions
+ * Pre-processor Definitions
************************************************************************************************/
/* Configuration ********************************************************************************/
diff --git a/nuttx/arch/arm/src/armv7-m/up_vectors.c b/nuttx/arch/arm/src/armv7-m/up_vectors.c
index dddccac31..ab24f901f 100644
--- a/nuttx/arch/arm/src/armv7-m/up_vectors.c
+++ b/nuttx/arch/arm/src/armv7-m/up_vectors.c
@@ -41,7 +41,7 @@
#include "chip.h"
/************************************************************************************
- * Preprocessor Definitions
+ * Pre-processor Definitions
************************************************************************************/
#define IDLE_STACK ((unsigned)&_ebss+CONFIG_IDLETHREAD_STACKSIZE-4)