kernel: fix typo in comment

Change-Id: I1919fd7b0ae3cb3ac434acc2dceddf3afb4a975b
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
This commit is contained in:
Benjamin Walsh 2016-11-14 10:17:30 -05:00
commit ba26678fc6

View file

@ -135,7 +135,7 @@ struct _kernel {
/*
* ready queue: can be big, keep after small fields, since some
* assembly (e.g. ARC are limited in the encoding of the offset)
* assembly (e.g. ARC) are limited in the encoding of the offset
*/
struct _ready_q ready_q;