aboutsummaryrefslogtreecommitdiff
path: root/apps/system
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-03-31 15:13:12 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-03-31 15:13:12 +0000
commitb277d5c19326b572c19c77ceb13ad73dbe213c23 (patch)
tree98e0f474d93010b7655ad4b7528df65b3874537f /apps/system
parent8f17baae37707f163ce7bbe7772d060efe11a858 (diff)
downloadpx4-firmware-b277d5c19326b572c19c77ceb13ad73dbe213c23.tar.gz
px4-firmware-b277d5c19326b572c19c77ceb13ad73dbe213c23.tar.bz2
px4-firmware-b277d5c19326b572c19c77ceb13ad73dbe213c23.zip
Fix read() return value for the case of permissions problem
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4545 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'apps/system')
-rw-r--r--apps/system/readline/readline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/system/readline/readline.c b/apps/system/readline/readline.c
index b2a87c870..f7fa6a635 100644
--- a/apps/system/readline/readline.c
+++ b/apps/system/readline/readline.c
@@ -164,7 +164,7 @@ static inline void readline_consolewrite(int outfd, FAR const char *buffer, size
*
* Returned values:
* On success, the (positive) number of bytes transferred is returned.
- * A length of zero would indicated an end of file condition. An failure,
+ * A length of zero would indicate an end of file condition. On failure,
* a negated errno value is returned.
*
**************************************************************************/