From ba26678fc6c1fc57958c2c0e29f2b1fe2faae33d Mon Sep 17 00:00:00 2001 From: Benjamin Walsh Date: Mon, 14 Nov 2016 10:17:30 -0500 Subject: [PATCH] kernel: fix typo in comment Change-Id: I1919fd7b0ae3cb3ac434acc2dceddf3afb4a975b Signed-off-by: Benjamin Walsh --- kernel/unified/include/kernel_structs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/unified/include/kernel_structs.h b/kernel/unified/include/kernel_structs.h index 786f0dd5b60..d9db1d75a30 100644 --- a/kernel/unified/include/kernel_structs.h +++ b/kernel/unified/include/kernel_structs.h @@ -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;