diff mbox series

[01/15] mm: compaction.c: delete duplicated word

Message ID 20200801173822.14973-2-rdunlap@infradead.org (mailing list archive)
State New, archived
Headers show
Series mm: delete duplicated words and fix typos | expand

Commit Message

Randy Dunlap Aug. 1, 2020, 5:38 p.m. UTC
Drop the repeated word "a".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
To: linux-mm@kvack.org
---
 mm/compaction.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

--- linux-next-20200731.orig/mm/compaction.c
+++ linux-next-20200731/mm/compaction.c
@@ -1477,7 +1477,7 @@  static void isolate_freepages(struct com
 	 * this pfn aligned down to the pageblock boundary, because we do
 	 * block_start_pfn -= pageblock_nr_pages in the for loop.
 	 * For ending point, take care when isolating in last pageblock of a
-	 * a zone which ends in the middle of a pageblock.
+	 * zone which ends in the middle of a pageblock.
 	 * The low boundary is the end of the pageblock the migration scanner
 	 * is using.
 	 */