From a0f9099364bbea2e35df1c829cd8e7746cf0608c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Schmidt?= Date: Thu, 9 Mar 2006 10:24:03 +0000 Subject: [PATCH] typo. --- sys/dev/ata/ata-all.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/ata/ata-all.c b/sys/dev/ata/ata-all.c index 8321a80c217c..f4368d7ccb01 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) {