mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
Fix some typos. Also minor update to stm32f7/nucleo-144/README.txt and stm32l4/nucleo-l496zg/README.txt board documentation.
This commit is contained in:
committed by
Gregory Nutt
parent
0b64e79736
commit
822bb06967
@@ -178,7 +178,7 @@ int net_routesize(FAR const char *path, size_t entrysize)
|
||||
#ifdef CONFIG_DEBUG_NET_WARN
|
||||
if (nentries * entrysize != buf.st_size)
|
||||
{
|
||||
nwarn("WARNING: Size of routing table is not an even mutliple of entries\n");
|
||||
nwarn("WARNING: Size of routing table is not an even multiple of entries\n");
|
||||
nwarn(" %lu != %lu / %lu\n",
|
||||
(unsigned long)nentries,
|
||||
(unsigned long)buf.st_size,
|
||||
|
||||
@@ -49,9 +49,9 @@
|
||||
|
||||
/* The following data values are used to hold intermediate settings while
|
||||
* processing IEEE802.15.4 frames. These globals are shared with incoming
|
||||
* and outgoing frame processing and possibly with mutliple IEEE802.15.4 MAC
|
||||
* and outgoing frame processing and possibly with multiple IEEE802.15.4 MAC
|
||||
* devices. The network lock provides exclusive use of these globals
|
||||
* during that processing
|
||||
* during that processing.
|
||||
*/
|
||||
|
||||
/* g_uncomp_hdrlen is the length of the headers before compression (if HC2
|
||||
|
||||
@@ -214,9 +214,9 @@ union sixlowpan_metadata_u
|
||||
|
||||
/* The following data values are used to hold intermediate settings while
|
||||
* processing IEEE802.15.4 frames. These globals are shared with incoming
|
||||
* and outgoing frame processing and possibly with mutliple IEEE802.15.4 MAC
|
||||
* and outgoing frame processing and possibly with multiple IEEE802.15.4 MAC
|
||||
* devices. The network lock provides exclusive use of these globals
|
||||
* during that processing
|
||||
* during that processing.
|
||||
*/
|
||||
|
||||
/* g_uncomp_hdrlen is the length of the headers before compression (if HC2
|
||||
|
||||
Reference in New Issue
Block a user