summaryrefslogtreecommitdiff
path: root/apps/system/readline
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-31 15:13:12 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-31 15:13:12 +0000
commit421258dad4dee7bc7fadd7619749b1bda370c773 (patch)
tree98e0f474d93010b7655ad4b7528df65b3874537f /apps/system/readline
parentf85bf2b1e0fb595ad588c55ffd23dcb0c0837ce3 (diff)
downloadnuttx-421258dad4dee7bc7fadd7619749b1bda370c773.tar.gz
nuttx-421258dad4dee7bc7fadd7619749b1bda370c773.tar.bz2
nuttx-421258dad4dee7bc7fadd7619749b1bda370c773.zip
Fix read() return value for the case of permissions problem
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4545 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/system/readline')
-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.
*
**************************************************************************/