summaryrefslogtreecommitdiff
path: root/nuttx/libc/spawn
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-12-05 10:37:55 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-12-05 10:37:55 -0600
commit96483c3637253cf00027a6312ba422a411f913bf (patch)
tree5255227726fb856a15edddc84b46c356cd9be2ff /nuttx/libc/spawn
parent1077db9bc326ffdebacf9589393f085c2b8e7755 (diff)
downloadpx4-nuttx-96483c3637253cf00027a6312ba422a411f913bf.tar.gz
px4-nuttx-96483c3637253cf00027a6312ba422a411f913bf.tar.bz2
px4-nuttx-96483c3637253cf00027a6312ba422a411f913bf.zip
LM: Don't initialize .data if running in SRAM. Global missing intialize type. SAMA5 NAND: Fix for read nand in smaller chunks
Diffstat (limited to 'nuttx/libc/spawn')
-rw-r--r--nuttx/libc/spawn/lib_psfa_destroy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/libc/spawn/lib_psfa_destroy.c b/nuttx/libc/spawn/lib_psfa_destroy.c
index d80dbd978..9bbc3d906 100644
--- a/nuttx/libc/spawn/lib_psfa_destroy.c
+++ b/nuttx/libc/spawn/lib_psfa_destroy.c
@@ -56,7 +56,7 @@
*
* Description:
* The posix_spawn_file_actions_destroy() function destroys the object
- * referenced by file_actions which was previously intialized by
+ * referenced by file_actions which was previously initializeed by
* posix_spawn_file_actions_init(), returning any resources obtained at the
* time of initialization to the system for subsequent reuse. A
* posix_spawn_file_actions_t may be reinitialized after having been