summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>2006-03-09 10:24:03 +0000
committersos <sos@FreeBSD.org>2006-03-09 10:24:03 +0000
commite55404d344729ae35423e66d057c096543beaad9 (patch)
tree61a7b713adc8def90c395a41afc98b0609b27728 /sys/dev/ata
parentd27836ecbbf8e87a4e66a0aab7e3a265676861cf (diff)
downloadFreeBSD-src-e55404d344729ae35423e66d057c096543beaad9.zip
FreeBSD-src-e55404d344729ae35423e66d057c096543beaad9.tar.gz
typo.
Diffstat (limited to 'sys/dev/ata')
-rw-r--r--sys/dev/ata/ata-all.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ata/ata-all.c b/sys/dev/ata/ata-all.c
index 8321a80..f4368d7 100644
--- a/sys/dev/ata/ata-all.c
+++ b/sys/dev/ata/ata-all.c
@@ -335,7 +335,7 @@ ata_interrupt(void *data)
}
/*
- * we have the HW locks, so end the tranaction for this request
+ * we have the HW locks, so end the transaction for this request
* if it finishes immediately otherwise wait for next interrupt
*/
if (ch->hw.end_transaction(request) == ATA_OP_FINISHED) {
OpenPOWER on IntegriCloud