diff options
author | Jay Fenlason <fenlason@redhat.com> | 2008-10-22 15:59:42 -0400 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2009-01-04 23:50:37 +0100 |
commit | 2cc489c21338950c2b4097dec48864bdf7b30f1b (patch) | |
tree | ded0cd01ab6cc5cf51daeebe08b81450fbb53d18 /drivers/firewire | |
parent | d6053e08f5520dcb58c200d2e1861d9c505b72e8 (diff) | |
download | op-kernel-dev-2cc489c21338950c2b4097dec48864bdf7b30f1b.zip op-kernel-dev-2cc489c21338950c2b4097dec48864bdf7b30f1b.tar.gz |
firewire: typo in comment
Signed-off-by: Jay Fenlason <fenlason@redhat.com>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'drivers/firewire')
-rw-r--r-- | drivers/firewire/fw-card.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firewire/fw-card.c b/drivers/firewire/fw-card.c index 418c18f..c776079 100644 --- a/drivers/firewire/fw-card.c +++ b/drivers/firewire/fw-card.c @@ -75,7 +75,7 @@ generate_config_rom(struct fw_card *card, size_t *config_rom_length) * controller, block reads to the config rom accesses the host * memory, but quadlet read access the hardware bus info block * registers. That's just crack, but it means we should make - * sure the contents of bus info block in host memory mathces + * sure the contents of bus info block in host memory matches * the version stored in the OHCI registers. */ |