From 339a6bdafbe558e3ad0ea57336e2ead62e2237ac Mon Sep 17 00:00:00 2001 From: Guennadi Liakhovetski Date: Thu, 15 Jul 2021 09:41:28 +0200 Subject: [PATCH] kernel: fix several typos in a comment in timeout.c Fix several simple typos. Signed-off-by: Guennadi Liakhovetski --- kernel/timeout.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/timeout.c b/kernel/timeout.c index 09c5a117f35..7845192c631 100644 --- a/kernel/timeout.c +++ b/kernel/timeout.c @@ -122,10 +122,10 @@ void z_add_timeout(struct _timeout *to, _timeout_func_t fn, #if CONFIG_TIMESLICING /* * 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 - * on that. It means the that time remaining for - * the next announcement can be lesser than + * on that. It means that the time remaining for + * the next announcement can be less than * slice_ticks. */ int32_t next_time = next_timeout();