The correct english is "an mm_struct" which is used everywhere else in the kernel. Signed-off-by: Joey Pabalinas --- arch/hexagon/include/asm/mmu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/hexagon/include/asm/mmu.h b/arch/hexagon/include/asm/mmu.h index dfa46660d695bb65b4..ce784218dc67c92a94 100644 --- a/arch/hexagon/include/asm/mmu.h +++ b/arch/hexagon/include/asm/mmu.h @@ -7,11 +7,11 @@ #define _ASM_MMU_H #include /* - * Architecture-specific state for a mm_struct. + * Architecture-specific state for an mm_struct. * For the Hexagon Virtual Machine, it can be a copy * of the pointer to the page table base. */ struct mm_context { unsigned long long generation; -- Cheers, Joey Pabalinas