aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/hash_utils_64.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/mm/hash_utils_64.c')
-rw-r--r--arch/powerpc/mm/hash_utils_64.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/mm/hash_utils_64.c b/arch/powerpc/mm/hash_utils_64.c
index f727197de713..6eb89643ce58 100644
--- a/arch/powerpc/mm/hash_utils_64.c
+++ b/arch/powerpc/mm/hash_utils_64.c
@@ -784,7 +784,7 @@ int hash__create_section_mapping(unsigned long start, unsigned long end, int nid
int rc;
if (end >= H_VMALLOC_START) {
- pr_warn("Outisde the supported range\n");
+ pr_warn("Outside the supported range\n");
return -1;
}
@@ -932,7 +932,7 @@ static void __init htab_initialize(void)
base, size, prot);
if ((base + size) >= H_VMALLOC_START) {
- pr_warn("Outisde the supported range\n");
+ pr_warn("Outside the supported range\n");
continue;
}