diff options
author | Ward Vandewege <ward@gnu.org> | 2007-10-22 20:56:13 +0000 |
---|---|---|
committer | Ward Vandewege <ward@gnu.org> | 2007-10-22 20:56:13 +0000 |
commit | 35823e97fc7b1438833f9527f48acec8e02fff0e (patch) | |
tree | b3e54efe5aa367f821b0d11b24bc9a126dc17812 /src | |
parent | e6d093ff006ef8b2238c6382bef1b9e7b3c5c697 (diff) | |
download | coreboot-35823e97fc7b1438833f9527f48acec8e02fff0e.tar.xz |
Fix typo (trivial)
Signed-off-by: Ward Vandewege <ward@gnu.org>
Acked-by: Ward Vandewege <ward@gnu.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2886 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/tyan/s2882/irq_tables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/tyan/s2882/irq_tables.c b/src/mainboard/tyan/s2882/irq_tables.c index 879b438993..eea5e46ada 100644 --- a/src/mainboard/tyan/s2882/irq_tables.c +++ b/src/mainboard/tyan/s2882/irq_tables.c @@ -245,7 +245,7 @@ unsigned long write_pirq_routing_table(unsigned long addr) write_pirq_info(pirq_info, bus_8111_1,(4<<3)|0, 0x1, 0xdef8, 0x2, 0xdef8, 0x3, 0xdef8, 0x4, 0xdef8, 0x5, 0); pirq_info++; slot_num++; - printk_debug("setting Onboard SI Serail ATA\n"); + printk_debug("setting Onboard SI Serial ATA\n"); static const unsigned char slotIrqs_8111_1_5[4] = { 10, 0, 0, 0 }; pci_assign_irqs(bus_8111_1, 5, slotIrqs_8111_1_5); write_pirq_info(pirq_info, bus_8111_1,(5<<3)|0, 0x4, 0xdef8, 0, 0, 0, 0, 0, 0, 0, 0); |