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:
Juha Niskanen
2019-09-05 08:10:42 -06:00
committed by Gregory Nutt
parent 0b64e79736
commit 822bb06967
37 changed files with 67 additions and 140 deletions
+1 -1
View File
@@ -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,
+2 -2
View File
@@ -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
+2 -2
View File
@@ -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