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 @@
Subproject commit e1e1873700ffda7aeb632e2b1234333d88ce3457
Subproject commit 0198c46e0bd38d2a7fada9e4a1ea445218284c61

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
/****************************************************************************

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