summaryrefslogtreecommitdiff
path: root/nuttx/net/uip/uip_tcpappsend.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-12 12:13:01 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-12 12:13:01 -0600
commit387c4ace106479e457033b1717051ec55b8d673e (patch)
treef84c1b5e8f1b343cfbce0695e7fb0d2fd266edbd /nuttx/net/uip/uip_tcpappsend.c
parent3e8caf3af969b40b8088111ee77e5ccdc6c4980b (diff)
downloadnuttx-387c4ace106479e457033b1717051ec55b8d673e.tar.gz
nuttx-387c4ace106479e457033b1717051ec55b8d673e.tar.bz2
nuttx-387c4ace106479e457033b1717051ec55b8d673e.zip
net/uip: Review all files in this directory for coding style and spelling
Diffstat (limited to 'nuttx/net/uip/uip_tcpappsend.c')
-rw-r--r--nuttx/net/uip/uip_tcpappsend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/net/uip/uip_tcpappsend.c b/nuttx/net/uip/uip_tcpappsend.c
index 79f384c25..8607d93cb 100644
--- a/nuttx/net/uip/uip_tcpappsend.c
+++ b/nuttx/net/uip/uip_tcpappsend.c
@@ -55,7 +55,7 @@
#include "uip_internal.h"
/****************************************************************************
- * Definitions
+ * Pre-processor Definitions
****************************************************************************/
/****************************************************************************