kernel: fix several typos in a comment in timeout.c
Fix several simple typos. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
This commit is contained in:
parent
45b70e1500
commit
339a6bdafb
1 changed files with 3 additions and 3 deletions
|
@ -122,10 +122,10 @@ void z_add_timeout(struct _timeout *to, _timeout_func_t fn,
|
||||||
#if CONFIG_TIMESLICING
|
#if CONFIG_TIMESLICING
|
||||||
/*
|
/*
|
||||||
* This is not ideal, since it does not
|
* This is not ideal, since it does not
|
||||||
* account the time elapsed since the the
|
* account the time elapsed since the
|
||||||
* last announcement, and slice_ticks is based
|
* last announcement, and slice_ticks is based
|
||||||
* on that. It means the that time remaining for
|
* on that. It means that the time remaining for
|
||||||
* the next announcement can be lesser than
|
* the next announcement can be less than
|
||||||
* slice_ticks.
|
* slice_ticks.
|
||||||
*/
|
*/
|
||||||
int32_t next_time = next_timeout();
|
int32_t next_time = next_timeout();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue