Fix a typo from an earlier commit

This commit is contained in:
SaeHie Park
2015-08-26 18:12:58 -06:00
committed by Gregory Nutt
parent 7a168a791f
commit a268e0aeb9
3 changed files with 3 additions and 3 deletions
+1 -1
Submodule configs updated: e1e1873700...0198c46e0b
+1 -1
View File
@@ -111,7 +111,7 @@ struct lo_driver_s
static struct lo_driver_s g_loopback;
#ifdef CONFIG_NET_MULTIBUFFER
static uint8_t g_iobuffer[[MAX_NET_DEV_MTU + CONFIG_NET_GUARDSIZE];
static uint8_t g_iobuffer[MAX_NET_DEV_MTU + CONFIG_NET_GUARDSIZE];
#endif
/****************************************************************************
+1 -1
View File
@@ -79,7 +79,7 @@
*
* Description:
* Notify the device driver that forwards the IPv4 address that the
* application waits for RX data.
* application waits for RX data.
*
* Parameters:
* lipaddr - The local board IPv6 address of the socket