Update documents and comments

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3723 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2011-06-18 15:49:59 +00:00
parent f7d232bdfe
commit fe7a627a50
5 changed files with 47 additions and 9 deletions
+2 -2
View File
@@ -142,8 +142,8 @@ void uart_recvchars(FAR uart_dev_t *dev)
nexthead = 0;
}
/* Loop putting characters into the receive buffer until eithe: (1) the buffer
* is full, or (2) there are not further characters to add.
/* Loop putting characters into the receive buffer until either: (1) the buffer
* is full, or (2) there are no further characters to add.
*/
while (nexthead != dev->recv.tail && uart_rxavailable(dev))