diff options
author | Adam Buchbinder <adam.buchbinder@gmail.com> | 2012-09-20 05:48:00 +0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-11-19 17:31:35 +0400 |
commit | 48fc7f7e787dd65ffe88521bce31f4062ba273eb (patch) | |
tree | 0ee37107cf965a6b2d6d85ed3686ef1d6a622bef /arch/powerpc/include/asm/pte-hash64-64k.h | |
parent | 53f698cdeb0e1af2799a515b578a779943c43482 (diff) | |
download | linux-48fc7f7e787dd65ffe88521bce31f4062ba273eb.tar.xz |
Fix misspellings of "whether" in comments.
"Whether" is misspelled in various comments across the tree; this
fixes them. No code changes.
Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/powerpc/include/asm/pte-hash64-64k.h')
-rw-r--r-- | arch/powerpc/include/asm/pte-hash64-64k.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/pte-hash64-64k.h b/arch/powerpc/include/asm/pte-hash64-64k.h index eedf427c9124..3e13e23e4fdf 100644 --- a/arch/powerpc/include/asm/pte-hash64-64k.h +++ b/arch/powerpc/include/asm/pte-hash64-64k.h @@ -23,7 +23,7 @@ /* Note the full page bits must be in the same location as for normal * 4k pages as the same assembly will be used to insert 64K pages - * wether the kernel has CONFIG_PPC_64K_PAGES or not + * whether the kernel has CONFIG_PPC_64K_PAGES or not */ #define _PAGE_F_SECOND 0x00008000 /* full page: hidx bits */ #define _PAGE_F_GIX 0x00007000 /* full page: hidx bits */ |