From: Randy Dunlap Date: Wed, 12 Aug 2020 01:33:31 +0000 (-0700) Subject: mm/zsmalloc.c: fix duplicated words X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b956b5ac28cd709567f10c0ef67e65898ded2e45;p=linux.git mm/zsmalloc.c: fix duplicated words Change "as as" to "as a". Signed-off-by: Randy Dunlap Signed-off-by: Andrew Morton Reviewed-by: Andrew Morton Reviewed-by: Zi Yan Link: http://lkml.kernel.org/r/20200801173822.14973-16-rdunlap@infradead.org Signed-off-by: Linus Torvalds --- diff --git a/mm/zsmalloc.c b/mm/zsmalloc.c index 952a01e45c6a2..c36fdff9a3713 100644 --- a/mm/zsmalloc.c +++ b/mm/zsmalloc.c @@ -79,7 +79,7 @@ /* * Object location (, ) is encoded as - * as single (unsigned long) handle value. + * a single (unsigned long) handle value. * * Note that object index starts from 0. *