kernel: fix typo
Change-Id: Ic675015b8830c75d976e21c711dd2a872b5de283
Signed-off-by: Benjamin Walsh <walsh.benj@gmail.com>
diff --git a/kernel/sys_clock.c b/kernel/sys_clock.c
index 6ace8c8..25f7f8c 100644
--- a/kernel/sys_clock.c
+++ b/kernel/sys_clock.c
@@ -180,7 +180,7 @@
* allows going through the second queue without needing to have the
* interrupts locked since it is a local queue. Each expired timeout is marked
* as _EXPIRED so that an ISR preempting us and releasing an object on which
- * a thread was timing out and expiredwill not give the object to that thread.
+ * a thread was timing out and expired will not give the object to that thread.
*
* Always called from interrupt level, and always only from the system clock
* interrupt.