From: Mark Brown Date: Thu, 24 Oct 2019 12:01:43 +0000 (+0100) Subject: arm64: pgtable: Correct typo in comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a5315819c5e7e50b2b457b60aaf2cc61d76888a2;p=linux.git arm64: pgtable: Correct typo in comment vmmemmap -> vmemmap Signed-off-by: Mark Brown Signed-off-by: Catalin Marinas --- diff --git a/arch/arm64/include/asm/pgtable.h b/arch/arm64/include/asm/pgtable.h index 7576df00eb50e..4438a23f969cc 100644 --- a/arch/arm64/include/asm/pgtable.h +++ b/arch/arm64/include/asm/pgtable.h @@ -17,7 +17,7 @@ * VMALLOC range. * * VMALLOC_START: beginning of the kernel vmalloc space - * VMALLOC_END: extends to the available space below vmmemmap, PCI I/O space + * VMALLOC_END: extends to the available space below vmemmap, PCI I/O space * and fixed mappings */ #define VMALLOC_START (MODULES_END)