From 69b8ba620c79f84d117aacf207101e8e214d20a8 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Thu, 26 Jun 2014 10:42:45 +1000 Subject: [PATCH] mm-zpool-implement-common-zpool-api-to-zbud-zsmalloc-fix fix typo in comment Cc: Dan Streetman Signed-off-by: Andrew Morton --- include/linux/zpool.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linux/zpool.h b/include/linux/zpool.h index a528f7cd11d7..81f0c380286f 100644 --- a/include/linux/zpool.h +++ b/include/linux/zpool.h @@ -118,7 +118,7 @@ int zpool_shrink(struct zpool *pool, unsigned int pages, * @mm How the memory should be mapped * * This maps a previously allocated handle into memory. The @mm - * param indicates to the implemenation how the memory will be + * param indicates to the implementation how the memory will be * used, i.e. read-only, write-only, read-write. If the * implementation does not support it, the memory will be treated * as read-write. @@ -141,7 +141,7 @@ void *zpool_map_handle(struct zpool *pool, unsigned long handle, * @handle The handle to unmap * * This unmaps a previously mapped handle. Any locks or other - * actions that the implemenation took in zpool_map_handle() + * actions that the implementation took in zpool_map_handle() * will be undone here. The memory area returned from * zpool_map_handle() should no longer be used after this. */ -- 2.39.5