From: Zhang Yanfei Date: Thu, 3 Oct 2013 11:38:14 +0000 (+0800) Subject: __page_to_pfn: Fix typo in comment X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1a49123b34346154ffd70f0b60dce007f1605676;p=linux-beck.git __page_to_pfn: Fix typo in comment Fix typo in __page_to_pfn comment: s/encorded/encoded. Signed-off-by: Zhang Yanfei Signed-off-by: Jiri Kosina --- diff --git a/include/asm-generic/memory_model.h b/include/asm-generic/memory_model.h index aea9e45efce6..14909b0b9cae 100644 --- a/include/asm-generic/memory_model.h +++ b/include/asm-generic/memory_model.h @@ -53,7 +53,7 @@ #elif defined(CONFIG_SPARSEMEM) /* - * Note: section's mem_map is encorded to reflect its start_pfn. + * Note: section's mem_map is encoded to reflect its start_pfn. * section[i].section_mem_map == mem_map's address - start_pfn; */ #define __page_to_pfn(pg) \