diff options
author | Nick Andrew <nick@nick-andrew.net> | 2009-01-26 11:06:57 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-03-30 15:21:59 +0200 |
commit | 877d03105d04b2c13e241130277fa69c8d2564f0 (patch) | |
tree | 79234721145f9dab3e0970027ed0b9b9f8929725 /arch/sparc | |
parent | caa790ba6cb88dccfab356960d93e2f4e0bd8704 (diff) | |
download | op-kernel-dev-877d03105d04b2c13e241130277fa69c8d2564f0.zip op-kernel-dev-877d03105d04b2c13e241130277fa69c8d2564f0.tar.gz |
trivial: Fix misspelling of firmware
Fix misspelling of firmware.
Signed-off-by: Nick Andrew <nick@nick-andrew.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/sparc')
-rw-r--r-- | arch/sparc/kernel/head_64.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/kernel/head_64.S b/arch/sparc/kernel/head_64.S index a46c3a2..3a1b7bf 100644 --- a/arch/sparc/kernel/head_64.S +++ b/arch/sparc/kernel/head_64.S @@ -686,7 +686,7 @@ tlb_fixup_done: * point. * * There used to be enormous complexity wrt. transferring - * over from the firwmare's trap table to the Linux kernel's. + * over from the firmware's trap table to the Linux kernel's. * For example, there was a chicken & egg problem wrt. building * the OBP page tables, yet needing to be on the Linux kernel * trap table (to translate PAGE_OFFSET addresses) in order to |