Skip to content

Commit

Permalink
__page_to_pfn: Fix typo in comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Zhang Yanfei authored and Jiri Kosina committed Oct 14, 2013
1 parent 0585123 commit 1a49123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-generic/memory_model.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down

0 comments on commit 1a49123

Please sign in to comment.