aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2006-01-09 18:10:13 -0500
committerAdrian Bunk <bunk@r063144.stusta.swh.mhn.de>2006-01-09 18:10:13 -0500
commit943ffb587cfdf3b2adfe52a6db08573f4ecf3284 (patch)
treed2b631e24a824e9742f941cf3b89b0eea91bd201 /arch/powerpc/mm
parent540695886075964c0e5295bea8e4793e8765d010 (diff)
spelling: s/retreive/retrieve/
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'arch/powerpc/mm')
-rw-r--r--arch/powerpc/mm/hash_utils_64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/mm/hash_utils_64.c b/arch/powerpc/mm/hash_utils_64.c
index 5bb433cbe41b..149351a84b94 100644
--- a/arch/powerpc/mm/hash_utils_64.c
+++ b/arch/powerpc/mm/hash_utils_64.c
@@ -368,7 +368,7 @@ static unsigned long __init htab_get_table_size(void)
368 unsigned long mem_size, rnd_mem_size, pteg_count; 368 unsigned long mem_size, rnd_mem_size, pteg_count;
369 369
370 /* If hash size isn't already provided by the platform, we try to 370 /* If hash size isn't already provided by the platform, we try to
371 * retreive it from the device-tree. If it's not there neither, we 371 * retrieve it from the device-tree. If it's not there neither, we
372 * calculate it now based on the total RAM size 372 * calculate it now based on the total RAM size
373 */ 373 */
374 if (ppc64_pft_size == 0) 374 if (ppc64_pft_size == 0)