mm/zsmalloc.c: fix duplicated words

Change "as as" to "as a".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Zi Yan <ziy@nvidia.com>
Link: http://lkml.kernel.org/r/20200801173822.14973-16-rdunlap@infradead.org
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Randy Dunlap 2020-08-11 18:33:31 -07:00 committed by Linus Torvalds
parent b6aa2c8342
commit b956b5ac28
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*