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;