summaryrefslogtreecommitdiff
path: root/nuttx/net/uip/uip_tcpbacklog.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-15 18:58:22 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-15 18:58:22 +0000
commitf2675bf333e0378c842717a94a13c73dabb76a52 (patch)
tree6a460f3749d40743ca8d1d1dfb95481342860110 /nuttx/net/uip/uip_tcpbacklog.c
parent6ee68a773a24586f6e6cfaccdf7dce064d213e88 (diff)
downloadpx4-nuttx-f2675bf333e0378c842717a94a13c73dabb76a52.tar.gz
px4-nuttx-f2675bf333e0378c842717a94a13c73dabb76a52.tar.bz2
px4-nuttx-f2675bf333e0378c842717a94a13c73dabb76a52.zip
dup() and dup2() support for socket descriptors
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1884 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/net/uip/uip_tcpbacklog.c')
-rw-r--r--nuttx/net/uip/uip_tcpbacklog.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/net/uip/uip_tcpbacklog.c b/nuttx/net/uip/uip_tcpbacklog.c
index 1eecdf9ad..e27c70a51 100644
--- a/nuttx/net/uip/uip_tcpbacklog.c
+++ b/nuttx/net/uip/uip_tcpbacklog.c
@@ -1,7 +1,7 @@
/****************************************************************************
* net/uip/uip_tcpbacklog.c
*
- * Copyright (C) 2008 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2008-2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -68,7 +68,7 @@
*
* Description:
* Called from the listen() logic to setup the backlog as specified in the
- * the listen arguments *.
+ * the listen arguments.
*
* Assumptions:
* Called from normal user code. Interrupts may be disabled.
@@ -213,7 +213,7 @@ int uip_backlogdestroy(FAR struct uip_conn *conn)
*
* Description:
* Called uip_listen when a new connection is made with a listener socket
- * but when there is not accept() in place to receive the connection. This
+ * but when there is no accept() in place to receive the connection. This
* function adds the new connection to the backlog.
*
* Assumptions: