kernel: fix typo in comment
Change-Id: I1919fd7b0ae3cb3ac434acc2dceddf3afb4a975b Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
This commit is contained in:
parent
9e1df6f21f
commit
ba26678fc6
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ struct _kernel {
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* ready queue: can be big, keep after small fields, since some
|
* 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;
|
struct _ready_q ready_q;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue