summaryrefslogtreecommitdiff
path: root/nuttx/arch/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-02-08 10:46:29 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-02-08 10:46:29 -0600
commit08ceeb1d5b085601a47a4f7a6e597cf090c2d80a (patch)
tree82487ab42fd9420f044057a72b6f735720e73e4a /nuttx/arch/Kconfig
parent2d58f3726de7ce54cdeee8ae35c80fc7aae7e931 (diff)
downloadnuttx-08ceeb1d5b085601a47a4f7a6e597cf090c2d80a.tar.gz
nuttx-08ceeb1d5b085601a47a4f7a6e597cf090c2d80a.tar.bz2
nuttx-08ceeb1d5b085601a47a4f7a6e597cf090c2d80a.zip
Fix some typos in some documents
Diffstat (limited to 'nuttx/arch/Kconfig')
-rw-r--r--nuttx/arch/Kconfig10
1 files changed, 5 insertions, 5 deletions
diff --git a/nuttx/arch/Kconfig b/nuttx/arch/Kconfig
index 643283403..2a63c61d7 100644
--- a/nuttx/arch/Kconfig
+++ b/nuttx/arch/Kconfig
@@ -154,7 +154,7 @@ config ARCH_IRQPRIO
NOTE: The use of interrupt priorities implies that you also have
support for nested interrupts. Most architectures do not support
- nesting of interupts or, if they do, they only supported nested
+ nesting of interrupts or, if they do, they only supported nested
interrupts with certain configuration options. So this selection
should be used with caution.
@@ -212,7 +212,7 @@ config ARCH_CALIBRATION
---help---
Enables some built in instrumentation that causes a 100 second delay
during boot-up. This 100 second delay serves no purpose other than it
- allows you to calibratre BOARD_LOOPSPERMSEC. You simply use a stop
+ allows you to calibrate BOARD_LOOPSPERMSEC. You simply use a stop
watch to measure the actual delay then adjust BOARD_LOOPSPERMSEC until
the actual delay is 100 seconds.
@@ -387,7 +387,7 @@ config RAM_START
help
The physical start address of primary installed RAM. "Primary" RAM
refers to the RAM that you link program code into. If program code
- does not excecute out of RAM but from FLASH, then you may designate
+ does not execute out of RAM but from FLASH, then you may designate
any block of RAM as "primary."
config RAM_VSTART
@@ -397,7 +397,7 @@ config RAM_VSTART
help
The virtual start address of installed primary RAM. "Primary" RAM
refers to the RAM that you link program code into. If program code
- does not excecute out of RAM but from FLASH, then you may designate
+ does not execute out of RAM but from FLASH, then you may designate
any block of RAM as "primary."
config RAM_SIZE
@@ -406,7 +406,7 @@ config RAM_SIZE
help
The size in bytes of the installed primary RAM. "Primary" RAM
refers to the RAM that you link program code into. If program code
- does not excecute out of RAM but from FLASH, then you may designate
+ does not execute out of RAM but from FLASH, then you may designate
any block of RAM as "primary."
if BOOT_RUNFROMFLASH && ARCH_HAVE_MMU