summaryrefslogtreecommitdiffstats
path: root/mm/debug_vm_pgtable.c
diff options
context:
space:
mode:
authorMuhammad Muzammil <m.muzzammilashraf@gmail.com>2023-10-23 17:44:05 +0500
committerAndrew Morton <akpm@linux-foundation.org>2023-10-25 16:47:14 -0700
commitbe16dd764a69752a31096d1a6b2ad775b728b1bd (patch)
treefe42f0d9a683449ee3e05b089d49387495afc688 /mm/debug_vm_pgtable.c
parent98b32d296d95d7aa0516c36b72406277412268cd (diff)
downloadlinux-be16dd764a69752a31096d1a6b2ad775b728b1bd.tar.gz
linux-be16dd764a69752a31096d1a6b2ad775b728b1bd.tar.bz2
linux-be16dd764a69752a31096d1a6b2ad775b728b1bd.zip
mm: fix multiple typos in multiple files
Link: https://lkml.kernel.org/r/20231023124405.36981-1-m.muzzammilashraf@gmail.com Signed-off-by: Muhammad Muzammil <m.muzzammilashraf@gmail.com> Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Cc: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com> Cc: Matthew Wilcox (Oracle) <willy@infradead.org> Cc: Muhammad Muzammil <m.muzzammilashraf@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'mm/debug_vm_pgtable.c')
-rw-r--r--mm/debug_vm_pgtable.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mm/debug_vm_pgtable.c b/mm/debug_vm_pgtable.c
index 48e329ea5ba3..e651500e597a 100644
--- a/mm/debug_vm_pgtable.c
+++ b/mm/debug_vm_pgtable.c
@@ -1322,8 +1322,8 @@ static int __init debug_vm_pgtable(void)
* true irrespective of the starting protection value for a
* given page table entry.
*
- * Protection based vm_flags combinatins are always linear
- * and increasing i.e starting from VM_NONE and going upto
+ * Protection based vm_flags combinations are always linear
+ * and increasing i.e starting from VM_NONE and going up to
* (VM_SHARED | READ | WRITE | EXEC).
*/
#define VM_FLAGS_START (VM_NONE)