summaryrefslogtreecommitdiff
path: root/nuttx/arch/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-13 13:17:44 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-13 13:17:44 -0600
commit41aad69165fed799bcd07d67c7b4dd062289a05a (patch)
treed57450daa18b568a0c6e440f2d9d0f35c5c1c83f /nuttx/arch/Kconfig
parentcd877896bfbe641b36b91186cea6f3bc00102c64 (diff)
downloadnuttx-41aad69165fed799bcd07d67c7b4dd062289a05a.tar.gz
nuttx-41aad69165fed799bcd07d67c7b4dd062289a05a.tar.bz2
nuttx-41aad69165fed799bcd07d67c7b4dd062289a05a.zip
Move static helper routines from arm_addrenv.c and may them global so that they can be shared both forthcoming stack address environment logic.
Diffstat (limited to 'nuttx/arch/Kconfig')
-rw-r--r--nuttx/arch/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/Kconfig b/nuttx/arch/Kconfig
index 9a7aa1476..6aaf1bac1 100644
--- a/nuttx/arch/Kconfig
+++ b/nuttx/arch/Kconfig
@@ -235,7 +235,7 @@ config ARCH_STACK_DYNAMIC
general meaning of this configuration environment is simply that the
stack has its own address space.
- NOTE: This options is also *required* if BUILD_KERNEL and
+ NOTE: This option is also *required* if BUILD_KERNEL and
LIBC_EXECFUNCS are selected. Why? Because the caller's stack must
be preserved in its own address space when we instantiate the
environment of the new process in order to initialize it.