diff --git a/mm/zsmalloc.c b/mm/zsmalloc.c index 952a01e45c6a26bddd3ac4b6d9c053d8bd3d38b2..c36fdff9a37131fef3a773e25b1b56dbd644232e 100644 --- a/mm/zsmalloc.c +++ b/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. *