various: Update/fix some textual material and code comments.
Of these, only struct net_ipv6_nbr_data::send_ns is a descriptive change: send_ns is used for timing Neighbor Solicitations in general, not just for DAD. The rest are typo/grammar fixes. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
This commit is contained in:
parent
891ba80087
commit
e25df54eae
10 changed files with 12 additions and 12 deletions
|
@ -21,7 +21,7 @@ config DISK_ACCESS_RAM
|
|||
bool "RAM Disk"
|
||||
help
|
||||
RAM buffer used to emulate storage disk.
|
||||
This option can used to test the file
|
||||
This option can be used to test the file
|
||||
system.
|
||||
|
||||
config DISK_ACCESS_FLASH
|
||||
|
@ -47,7 +47,7 @@ config DISK_FLASH_MAX_RW_SIZE
|
|||
int
|
||||
help
|
||||
This is the maximum number of bytes that the
|
||||
flash_write API can do per invocation.
|
||||
flash_write API can accept per invocation.
|
||||
API.
|
||||
|
||||
config DISK_FLASH_ERASE_ALIGNMENT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue