summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-12-12 02:17:15 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-12-12 02:17:15 +0000
commitc4a53f904aa70ecea724e94f40ddd9d8a4a300bc (patch)
tree90cc22cfd2f01eb25eb63c8029bb392ab86fb084
parent048319282e9743957414c0509d70b8f36ef6a37f (diff)
downloadnuttx-c4a53f904aa70ecea724e94f40ddd9d8a4a300bc.tar.gz
nuttx-c4a53f904aa70ecea724e94f40ddd9d8a4a300bc.tar.bz2
nuttx-c4a53f904aa70ecea724e94f40ddd9d8a4a300bc.zip
fix typo in comments
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1443 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--nuttx/include/net/uip/uipopt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/include/net/uip/uipopt.h b/nuttx/include/net/uip/uipopt.h
index 55ab124c6..f0eb21707 100644
--- a/nuttx/include/net/uip/uipopt.h
+++ b/nuttx/include/net/uip/uipopt.h
@@ -181,7 +181,7 @@
#define UIP_MAXSYNRTX 5
-/* The TCP maximum segment size. This is should not be to set to more
+/* The TCP maximum segment size. This is should not be set to more
* than CONFIG_NET_BUFSIZE - UIP_LLH_LEN - UIP_TCPIP_HLEN.
*/