X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=mm%2Fzsmalloc.c;h=19b563bc6c4888f8f0ef8ae05e9935b358e29fad;hb=6a9a930dc4415b2e8c0bf2085b2b0b2b291053d5;hp=5004c176b0458e16546821d2fc6d630328668c4c;hpb=cb152a1a95606aadd81df7a537dde9ef16da4b80;p=linux-2.6-microblaze.git diff --git a/mm/zsmalloc.c b/mm/zsmalloc.c index 5004c176b045..19b563bc6c48 100644 --- a/mm/zsmalloc.c +++ b/mm/zsmalloc.c @@ -1227,7 +1227,7 @@ EXPORT_SYMBOL_GPL(zs_get_total_pages); * zs_map_object - get address of allocated object from handle. * @pool: pool from which the object was allocated * @handle: handle returned from zs_malloc - * @mm: maping mode to use + * @mm: mapping mode to use * * Before using an object allocated from zs_malloc, it must be mapped using * this function. When done with the object, it must be unmapped using