aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire/ohci.c
diff options
context:
space:
mode:
authorAdam Buchbinder <adam.buchbinder@gmail.com>2012-09-19 21:48:02 -0400
committerJiri Kosina <jkosina@suse.cz>2012-11-19 14:32:13 +0100
commitb3834be5c42a5d2fd85ff4b819fa38983b1450e6 (patch)
tree116f98f451a9f5ae4e205a19e927ad1727443f1a /drivers/firewire/ohci.c
parentFix misspellings of "whether" in comments. (diff)
downloadlinux-dev-b3834be5c42a5d2fd85ff4b819fa38983b1450e6.tar.xz
linux-dev-b3834be5c42a5d2fd85ff4b819fa38983b1450e6.zip
various: Fix spelling of "asynchronous" in comments.
"Asynchronous" is misspelled in some comments. No code changes. Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/firewire/ohci.c')
-rw-r--r--drivers/firewire/ohci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firewire/ohci.c b/drivers/firewire/ohci.c
index 834e71d2324d..961e4398664b 100644
--- a/drivers/firewire/ohci.c
+++ b/drivers/firewire/ohci.c
@@ -1281,7 +1281,7 @@ static int at_context_queue_packet(struct context *ctx,
d[0].res_count = cpu_to_le16(packet->timestamp);
/*
- * The DMA format for asyncronous link packets is different
+ * The DMA format for asynchronous link packets is different
* from the IEEE1394 layout, so shift the fields around
* accordingly.
*/