summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/rtems/rtems_bsdnet.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libnetworking/rtems/rtems_bsdnet.h')
-rw-r--r--cpukit/libnetworking/rtems/rtems_bsdnet.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpukit/libnetworking/rtems/rtems_bsdnet.h b/cpukit/libnetworking/rtems/rtems_bsdnet.h
index 41ae7132e9..6c40e73f10 100644
--- a/cpukit/libnetworking/rtems/rtems_bsdnet.h
+++ b/cpukit/libnetworking/rtems/rtems_bsdnet.h
@@ -1,7 +1,7 @@
/**
* @file rtems/rtems_bsdnet.h
*/
-
+
/*
* $Id$
*/
@@ -155,7 +155,7 @@ struct rtems_bsdnet_config {
/*
* Default "multiplier" on buffer size. This is
* claimed by the TCP/IP implementation to be for
- * efficiency but you will have to measure the
+ * efficiency but you will have to measure the
* benefit for buffering beyond double buffering
* in your own application.
*
@@ -168,7 +168,7 @@ struct rtems_bsdnet_config {
* Default UDP buffer sizes PER SOCKET!!
*
* TX = 9216 -- max datagram size
- * RX = 40 * (1024 + sizeof(struct sockaddr_in))
+ * RX = 40 * (1024 + sizeof(struct sockaddr_in))
*
* See netinet/udp_usrreq.c for details
*/
@@ -296,7 +296,7 @@ void rtems_bsdnet_malloc_starvation(void);
/*
* mbuf malloc interface to enable custom allocation of mbuf's
- *
+ *
* May be declared in user code. If not, then the default is to
* malloc.
*/