summaryrefslogtreecommitdiff
path: root/nuttx/net/tcp/tcp_send_buffered.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-25 10:34:52 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-25 10:34:52 -0600
commit86a37059e98e46294dff804ed9265bfc112d675b (patch)
tree629492c7c7af23a999bda24e9fdcde75e04ea4cb /nuttx/net/tcp/tcp_send_buffered.c
parentf1994c5a179ba323f3dc29de7bc4cbaadeb4a831 (diff)
downloadnuttx-86a37059e98e46294dff804ed9265bfc112d675b.tar.gz
nuttx-86a37059e98e46294dff804ed9265bfc112d675b.tar.bz2
nuttx-86a37059e98e46294dff804ed9265bfc112d675b.zip
Clean-up packet socket naming
Diffstat (limited to 'nuttx/net/tcp/tcp_send_buffered.c')
-rw-r--r--nuttx/net/tcp/tcp_send_buffered.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/net/tcp/tcp_send_buffered.c b/nuttx/net/tcp/tcp_send_buffered.c
index 1a2e53acc..7e0878754 100644
--- a/nuttx/net/tcp/tcp_send_buffered.c
+++ b/nuttx/net/tcp/tcp_send_buffered.c
@@ -662,7 +662,7 @@ static uint16_t psock_send_interrupt(FAR struct uip_driver_s *dev,
* Function: psock_tcp_send
*
* Description:
- * The psock_tcp_send() call may be used only when the TCP socket is in a
+ * psock_tcp_send() call may be used only when the TCP socket is in a
* connected state (so that the intended recipient is known).
*
* Parameters: