summaryrefslogtreecommitdiff
path: root/sys/dev/ata
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2022-02-23 21:54:40 +0000
committerandvar <andvar@NetBSD.org>2022-02-23 21:54:40 +0000
commitf855a88741a8a0aa63efde8923bf1b5ae1e37cd1 (patch)
tree0c1f32b44eb134f6ead5aed4f0f0869f35d63e0b /sys/dev/ata
parent1ec76ff58a1253c38448794815a9cf8cd74a5875 (diff)
fix various typos in comments, mainly immediatly/immediately/,
as well shared and recently fixed typos in OpenBSD code by Jonathan Grey.
Diffstat (limited to 'sys/dev/ata')
-rw-r--r--sys/dev/ata/ata.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ata/ata.c b/sys/dev/ata/ata.c
index 535398bcb9e..dc152339298 100644
--- a/sys/dev/ata/ata.c
+++ b/sys/dev/ata/ata.c
@@ -1,4 +1,4 @@
-/* $NetBSD: ata.c,v 1.165 2021/11/12 06:53:49 skrll Exp $ */
+/* $NetBSD: ata.c,v 1.166 2022/02/23 21:54:40 andvar Exp $ */
/*
* Copyright (c) 1998, 2001 Manuel Bouyer. All rights reserved.
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ata.c,v 1.165 2021/11/12 06:53:49 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ata.c,v 1.166 2022/02/23 21:54:40 andvar Exp $");
#include "opt_ata.h"
@@ -960,7 +960,7 @@ ata_dmaerr(struct ata_drive_datas *drvp, int flags)
/*
* 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.
*/