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:
Paul Sokolovsky 2017-12-28 15:40:21 +02:00 committed by Anas Nashif
commit e25df54eae
10 changed files with 12 additions and 12 deletions

View file

@ -2417,7 +2417,7 @@ static inline int k_delayed_work_submit(struct k_delayed_work *work,
*
* This routine computes the (approximate) time remaining before a
* delayed work gets executed. If the delayed work is not waiting to be
* schedules, it returns zero.
* scheduled, it returns zero.
*
* @param work Delayed work item.
*