[PATCH 1/2] Hexagon: change "a mm_struct" to "an mm_struct" in comment
Joey Pabalinas <[email protected]>
| Newsgroups | org.kernel.vger.linux-hexagon,org.kernel.vger.linux-kernel,org.kvack.linux-mm |
|---|---|
| Message-ID | <4c3812e5903e4e91587eff3c37b7aee4b35ddf20.1756966290.git.joeypabalinas@gmail.com> |
The correct english is "an mm_struct" which is used everywhere else in the kernel. Signed-off-by: Joey Pabalinas <[email protected]> --- 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 <asm/vdso.h> /* - * 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