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,