summaryrefslogtreecommitdiff
path: root/nuttx/net/uip/uip_tcppoll.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-12 12:13:01 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-12 12:13:01 -0600
commit387c4ace106479e457033b1717051ec55b8d673e (patch)
treef84c1b5e8f1b343cfbce0695e7fb0d2fd266edbd /nuttx/net/uip/uip_tcppoll.c
parent3e8caf3af969b40b8088111ee77e5ccdc6c4980b (diff)
downloadpx4-nuttx-387c4ace106479e457033b1717051ec55b8d673e.tar.gz
px4-nuttx-387c4ace106479e457033b1717051ec55b8d673e.tar.bz2
px4-nuttx-387c4ace106479e457033b1717051ec55b8d673e.zip
net/uip: Review all files in this directory for coding style and spelling
Diffstat (limited to 'nuttx/net/uip/uip_tcppoll.c')
-rw-r--r--nuttx/net/uip/uip_tcppoll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/net/uip/uip_tcppoll.c b/nuttx/net/uip/uip_tcppoll.c
index ddc8ab029..3b1bf45b8 100644
--- a/nuttx/net/uip/uip_tcppoll.c
+++ b/nuttx/net/uip/uip_tcppoll.c
@@ -108,7 +108,7 @@ void uip_tcppoll(struct uip_driver_s *dev, struct uip_conn *conn)
dev->d_len = 0;
dev->d_sndlen = 0;
- /* Perfom the callback */
+ /* Perform the callback */
result = uip_tcpcallback(dev, conn, UIP_POLL);