瀏覽代碼

__page_to_pfn: Fix typo in comment

Fix typo in __page_to_pfn comment: s/encorded/encoded.

Signed-off-by: Zhang Yanfei <zhangyanfei@cn.fujitsu.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Zhang Yanfei 11 年之前
父節點
當前提交
1a49123b34
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/asm-generic/memory_model.h

+ 1 - 1
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)					\