summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lpc31xx/lpc31_softreset.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/arm/src/lpc31xx/lpc31_softreset.c')
-rw-r--r--nuttx/arch/arm/src/lpc31xx/lpc31_softreset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/lpc31xx/lpc31_softreset.c b/nuttx/arch/arm/src/lpc31xx/lpc31_softreset.c
index fcade115a..7deb33a24 100644
--- a/nuttx/arch/arm/src/lpc31xx/lpc31_softreset.c
+++ b/nuttx/arch/arm/src/lpc31xx/lpc31_softreset.c
@@ -84,7 +84,7 @@ void lpc31_softreset(enum lpc31_resetid_e resetid)
for (i = 0;i < 1000; i++);
- /* Then set the the soft reset bit */
+ /* Then set the soft reset bit */
putreg32(CGU_SOFTRESET, address);
}