diff options
| author | Muhammad Muzammil <[email protected]> | 2023-10-23 12:44:05 +0000 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2023-10-25 23:47:14 +0000 |
| commit | be16dd764a69752a31096d1a6b2ad775b728b1bd (patch) | |
| tree | fe42f0d9a683449ee3e05b089d49387495afc688 /mm/debug_vm_pgtable.c | |
| parent | mm/khugepaged: convert collapse_pte_mapped_thp() to use folios (diff) | |
| download | kernel-be16dd764a69752a31096d1a6b2ad775b728b1bd.tar.gz kernel-be16dd764a69752a31096d1a6b2ad775b728b1bd.zip | |
mm: fix multiple typos in multiple files
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Muhammad Muzammil <[email protected]>
Reviewed-by: Randy Dunlap <[email protected]>
Cc: "James E.J. Bottomley" <[email protected]>
Cc: Matthew Wilcox (Oracle) <[email protected]>
Cc: Muhammad Muzammil <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'mm/debug_vm_pgtable.c')
| -rw-r--r-- | mm/debug_vm_pgtable.c | 4 |
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) |
