mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 20:08:15 +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,
|
||||
|
||||
Reference in New Issue
Block a user