From de29a1f8a94095e066f7dc2d568abbbf9f1012df Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 18 Jun 2011 15:49:59 +0000 Subject: Update documents and comments git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3723 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/drivers/serial/serialirq.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nuttx/drivers/serial/serialirq.c') diff --git a/nuttx/drivers/serial/serialirq.c b/nuttx/drivers/serial/serialirq.c index bc79adc47..18bca2e0c 100644 --- a/nuttx/drivers/serial/serialirq.c +++ b/nuttx/drivers/serial/serialirq.c @@ -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)) -- cgit v1.2.3