summaryrefslogtreecommitdiff
path: root/nuttx/net/sendto.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/sendto.c')
-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