summaryrefslogtreecommitdiff
path: root/nuttx/net
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-04-30 12:37:34 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-04-30 12:37:34 -0600
commit8241609e9edbab8443fb4a3f278bfc7a924c05b1 (patch)
tree403f6fa2723bd5fda9cbf9cff50ae040714cad45 /nuttx/net
parent0a925b25adf3c6aa533f0ddbff298ad3d6fb344b (diff)
downloadpx4-nuttx-8241609e9edbab8443fb4a3f278bfc7a924c05b1.tar.gz
px4-nuttx-8241609e9edbab8443fb4a3f278bfc7a924c05b1.tar.bz2
px4-nuttx-8241609e9edbab8443fb4a3f278bfc7a924c05b1.zip
Add MTD partition support plus fix some typos in comments
Diffstat (limited to 'nuttx/net')
-rw-r--r--nuttx/net/sendto.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/net/sendto.c b/nuttx/net/sendto.c
index 9ac781e17..232dd20f6 100644
--- a/nuttx/net/sendto.c
+++ b/nuttx/net/sendto.c
@@ -57,9 +57,9 @@
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/
-/* timeouts on sendto() do not make sense. Each polling cycle from the
+/* Timeouts on sendto() do not make sense. Each polling cycle from the
* driver is an opportunity to send a packet. If the driver is not polling,
- * then the network is not up (and there is not polling cycles to drive
+ * then the network is not up (and there are no polling cycles to drive
* the timeout).
*
* There is a remote possibility that if there is a lot of other network