summaryrefslogtreecommitdiff
path: root/sys/dev/ata
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2006-12-21 02:44:56 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2006-12-21 02:44:56 +0000
commit7877f795b09908b32774a1e8bcc5284cac4576cb (patch)
tree0e9a6c1eb41a346b3a5a9189bdee368ef8e03a92 /sys/dev/ata
parent0341bd4e4d803a69c507fcae2e9e2e04c411de43 (diff)
'immediatly' -> 'immediately' in comments.
Diffstat (limited to 'sys/dev/ata')
-rw-r--r--sys/dev/ata/ata.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ata/ata.c b/sys/dev/ata/ata.c
index 7de13970f1c..a50ce2ef214 100644
--- a/sys/dev/ata/ata.c
+++ b/sys/dev/ata/ata.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ata.c,v 1.25 2005/11/09 19:05:48 uwe Exp $ */
+/* $OpenBSD: ata.c,v 1.26 2006/12/21 02:44:55 krw Exp $ */
/* $NetBSD: ata.c,v 1.9 1999/04/15 09:41:09 bouyer Exp $ */
/*
* Copyright (c) 1998, 2001 Manuel Bouyer. All rights reserved.
@@ -187,7 +187,7 @@ ata_dmaerr(struct ata_drive_datas *drvp)
/*
* Downgrade decision: if we get NERRS_MAX in NXFER.
* We start with n_dmaerrs set to NERRS_MAX-1 so that the
- * first error within the first NXFER ops will immediatly trigger
+ * first error within the first NXFER ops will immediately trigger
* a downgrade.
* If we got an error and n_xfers is bigger than NXFER reset counters.
*/