diff mbox series

[1/1] mm/rmap: Fix typos in comments

Message ID 20220428061522.666-1-adrianhuang0701@gmail.com (mailing list archive)
State New
Headers show
Series [1/1] mm/rmap: Fix typos in comments | expand

Commit Message

Huang Adrian April 28, 2022, 6:15 a.m. UTC
From: Adrian Huang <ahuang12@lenovo.com>

Fix spelling/grammar mistakes in comments.

Signed-off-by: Adrian Huang <ahuang12@lenovo.com>
---
 mm/rmap.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/mm/rmap.c b/mm/rmap.c
index fedb82371efe..591f83fba573 100644
--- a/mm/rmap.c
+++ b/mm/rmap.c
@@ -298,7 +298,7 @@  int anon_vma_clone(struct vm_area_struct *dst, struct vm_area_struct *src)
 		 * Reuse existing anon_vma if its degree lower than two,
 		 * that means it has no vma and only one anon_vma child.
 		 *
-		 * Do not chose parent anon_vma, otherwise first child
+		 * Do not choose parent anon_vma, otherwise first child
 		 * will always reuse it. Root anon_vma is never reused:
 		 * it has self-parent reference and at least one child.
 		 */
@@ -2148,7 +2148,7 @@  static bool folio_make_device_exclusive(struct folio *folio,
 
 /**
  * make_device_exclusive_range() - Mark a range for exclusive use by a device
- * @mm: mm_struct of assoicated target process
+ * @mm: mm_struct of associated target process
  * @start: start of the region to mark for exclusive device access
  * @end: end address of region
  * @pages: returns the pages which were successfully marked for exclusive access