diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2011-02-27 23:46:46 -0500 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2011-03-02 17:00:11 -0500 |
commit | ad7b67e5118738e49a14751944528eb26fd8d718 (patch) | |
tree | f61350615d4219f568c9d3a37f80606087654083 | |
parent | faa18530b55d116ce5570b8e5be4350a5452ce69 (diff) |
[IA64] setup.c Typo fix "Architechtuallly"
s/Architechtuallly/Architecturally/
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
-rw-r--r-- | arch/ia64/sn/kernel/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/sn/kernel/setup.c b/arch/ia64/sn/kernel/setup.c index dbc4cbecb5ed..77db0b514fa4 100644 --- a/arch/ia64/sn/kernel/setup.c +++ b/arch/ia64/sn/kernel/setup.c | |||
@@ -592,7 +592,7 @@ void __cpuinit sn_cpu_init(void) | |||
592 | /* | 592 | /* |
593 | * Don't check status. The SAL call is not supported on all PROMs | 593 | * Don't check status. The SAL call is not supported on all PROMs |
594 | * but a failure is harmless. | 594 | * but a failure is harmless. |
595 | * Architechtuallly, cpu_init is always called twice on cpu 0. We | 595 | * Architecturally, cpu_init is always called twice on cpu 0. We |
596 | * should set cpu_number on cpu 0 once. | 596 | * should set cpu_number on cpu 0 once. |
597 | */ | 597 | */ |
598 | if (cpuid == 0) { | 598 | if (cpuid == 0) { |