diff options
author | joe@perches.com <joe@perches.com> | 2007-12-17 20:30:12 +0100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-12-20 06:15:51 +0100 |
commit | 00d70419fc8f86db94f56e0191be392c4a57f244 (patch) | |
tree | abee2d9ec1409c160d032dbb59589b3167ca3da1 /arch/powerpc/kernel/legacy_serial.c | |
parent | [POWERPC] Implement pci_set_dma_mask() in terms of the dma_ops (diff) | |
download | linux-00d70419fc8f86db94f56e0191be392c4a57f244.tar.xz linux-00d70419fc8f86db94f56e0191be392c4a57f244.zip |
[POWERPC] arch/powerpc/: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/kernel/legacy_serial.c')
-rw-r--r-- | arch/powerpc/kernel/legacy_serial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/legacy_serial.c b/arch/powerpc/kernel/legacy_serial.c index 4ed58875ee17..b9cae6b1f8ca 100644 --- a/arch/powerpc/kernel/legacy_serial.c +++ b/arch/powerpc/kernel/legacy_serial.c @@ -474,7 +474,7 @@ static int __init serial_dev_init(void) /* * Before we register the platfrom serial devices, we need - * to fixup their interrutps and their IO ports. + * to fixup their interrupts and their IO ports. */ DBG("Fixing serial ports interrupts and IO ports ...\n"); |