diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-01-09 18:10:13 -0500 |
---|---|---|
committer | Adrian Bunk <bunk@r063144.stusta.swh.mhn.de> | 2006-01-09 18:10:13 -0500 |
commit | 943ffb587cfdf3b2adfe52a6db08573f4ecf3284 (patch) | |
tree | d2b631e24a824e9742f941cf3b89b0eea91bd201 /arch/powerpc/platforms/powermac | |
parent | 540695886075964c0e5295bea8e4793e8765d010 (diff) |
spelling: s/retreive/retrieve/
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'arch/powerpc/platforms/powermac')
-rw-r--r-- | arch/powerpc/platforms/powermac/cpufreq_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/powermac/cpufreq_64.c b/arch/powerpc/platforms/powermac/cpufreq_64.c index a4b50c4109c2..a415e8d2f7af 100644 --- a/arch/powerpc/platforms/powermac/cpufreq_64.c +++ b/arch/powerpc/platforms/powermac/cpufreq_64.c | |||
@@ -80,7 +80,7 @@ static struct freq_attr* g5_cpu_freqs_attr[] = { | |||
80 | }; | 80 | }; |
81 | 81 | ||
82 | /* Power mode data is an array of the 32 bits PCR values to use for | 82 | /* Power mode data is an array of the 32 bits PCR values to use for |
83 | * the various frequencies, retreived from the device-tree | 83 | * the various frequencies, retrieved from the device-tree |
84 | */ | 84 | */ |
85 | static u32 *g5_pmode_data; | 85 | static u32 *g5_pmode_data; |
86 | static int g5_pmode_max; | 86 | static int g5_pmode_max; |