summaryrefslogtreecommitdiff
path: root/nuttx/net/local
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-01 12:23:57 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-01 12:23:57 -0600
commitab7192223b73f25329bb9cb3068c1bf65016832a (patch)
treebea1d1bfeb33a69763fca3f8cda58bc37db3b321 /nuttx/net/local
parent81974aac7ebdb63a67c8e480504c413be31f6f9b (diff)
downloadpx4-nuttx-ab7192223b73f25329bb9cb3068c1bf65016832a.tar.gz
px4-nuttx-ab7192223b73f25329bb9cb3068c1bf65016832a.tar.bz2
px4-nuttx-ab7192223b73f25329bb9cb3068c1bf65016832a.zip
Cosmetic update to a few comments
Diffstat (limited to 'nuttx/net/local')
-rw-r--r--nuttx/net/local/local_fifo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/net/local/local_fifo.c b/nuttx/net/local/local_fifo.c
index 243ea866b..2d00f8cab 100644
--- a/nuttx/net/local/local_fifo.c
+++ b/nuttx/net/local/local_fifo.c
@@ -429,7 +429,7 @@ int local_release_halfduplex(FAR struct local_conn_s *conn)
* to destory the FIFO will leave the FIFO resources in place after the
* communications have completed.
*
- * I am thinking that ther should be something like a timer. The timer
+ * I am thinking that there should be something like a timer. The timer
* would be started at the completion of each transfer and cancelled at
* the beginning of each transfer. If the timer expires, then the FIFO
* would be destroyed.