diff mbox series

[15/15] mm: zsmalloc.c: fix duplicated words

Message ID 20200801173822.14973-16-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
Change "as as" to "as a".

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

Patch

--- linux-next-20200731.orig/mm/zsmalloc.c
+++ linux-next-20200731/mm/zsmalloc.c
@@ -79,7 +79,7 @@ 
 
 /*
  * Object location (<PFN>, <obj_idx>) is encoded as
- * as single (unsigned long) handle value.
+ * a single (unsigned long) handle value.
  *
  * Note that object index <obj_idx> starts from 0.
  *