summaryrefslogtreecommitdiff
path: root/nuttx/include/net
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-11-20 01:26:34 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-11-20 01:26:34 +0000
commitd0cef5c3e03a693460840cfa88bdd183248cf875 (patch)
treee233f15568c17054624261f428fefafe7275d73d /nuttx/include/net
parent273f068eebbf144445c615c0e4b7a3ce5b608cf5 (diff)
downloadpx4-nuttx-d0cef5c3e03a693460840cfa88bdd183248cf875.tar.gz
px4-nuttx-d0cef5c3e03a693460840cfa88bdd183248cf875.tar.bz2
px4-nuttx-d0cef5c3e03a693460840cfa88bdd183248cf875.zip
Prep for 0.3.1 releasenuttx-3.1
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@389 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include/net')
-rw-r--r--nuttx/include/net/uip/uip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/include/net/uip/uip.h b/nuttx/include/net/uip/uip.h
index 150f594ce..45a53bccb 100644
--- a/nuttx/include/net/uip/uip.h
+++ b/nuttx/include/net/uip/uip.h
@@ -103,7 +103,7 @@
/* The buffer size available for user data in the d_buf buffer.
*
- * This macro holds the available size for user data in the \ref
+ * This macro holds the available size for user data in the
* d_buf buffer. The macro is intended to be used for checking
* bounds of available user data.
*