aboutsummaryrefslogtreecommitdiff
path: root/nuttx/libc/spawn/lib_psa_init.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-11 16:53:44 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-11 16:53:44 +0000
commite7a5090e55f7db78164fda2696af414c3e083806 (patch)
tree46e6b528a6ace37a9ec35f2e4c1d7d3fe8b510f5 /nuttx/libc/spawn/lib_psa_init.c
parentb26d1e14537568d79c5d805939408ecfca966072 (diff)
downloadpx4-firmware-e7a5090e55f7db78164fda2696af414c3e083806.tar.gz
px4-firmware-e7a5090e55f7db78164fda2696af414c3e083806.tar.bz2
px4-firmware-e7a5090e55f7db78164fda2696af414c3e083806.zip
Various changes while debugging posix_spawn
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5510 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/libc/spawn/lib_psa_init.c')
-rw-r--r--nuttx/libc/spawn/lib_psa_init.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/nuttx/libc/spawn/lib_psa_init.c b/nuttx/libc/spawn/lib_psa_init.c
index 8aabfd090..f76188c52 100644
--- a/nuttx/libc/spawn/lib_psa_init.c
+++ b/nuttx/libc/spawn/lib_psa_init.c
@@ -43,7 +43,6 @@
#include <spawn.h>
#include <assert.h>
#include <errno.h>
-#include <errno.h>
/****************************************************************************
* Global Functions
@@ -58,7 +57,7 @@
* call to posix_spawn() or posix_spawnp().
*
* Input Parameters:
- * attr - The address spawn attributes to be initialized.
+ * attr - The address of the spawn attributes to be initialized.
*
* Returned Value:
* On success, these functions return 0; on failure they return an error