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:
Guennadi Liakhovetski 2021-07-15 09:41:28 +02:00 committed by Christopher Friedt
commit 339a6bdafb

View file

@ -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();