diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2024-09-04 07:54:54 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2024-09-04 07:54:54 +0000 |
commit | c08b0d64f93729a6088a731e9e41fda5bec371e1 (patch) | |
tree | e09749cad372b028eb5c075077d98bbae8a348bb /sys/dev/ata/atascsi.c | |
parent | 92740d6c8077a1465c78e747b508ddbb0d12ab57 (diff) |
Fix some spelling.
Input and ok jmc@, jsg@
Diffstat (limited to 'sys/dev/ata/atascsi.c')
-rw-r--r-- | sys/dev/ata/atascsi.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ata/atascsi.c b/sys/dev/ata/atascsi.c index 24d60fedfc2..b2e5e9e0f2d 100644 --- a/sys/dev/ata/atascsi.c +++ b/sys/dev/ata/atascsi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: atascsi.c,v 1.155 2024/05/26 10:01:01 jsg Exp $ */ +/* $OpenBSD: atascsi.c,v 1.156 2024/09/04 07:54:52 mglocker Exp $ */ /* * Copyright (c) 2007 David Gwynne <dlg@openbsd.org> @@ -418,7 +418,7 @@ atascsi_probe(struct scsi_link *link) xa->pmp_port = ap->ap_pmp_port; xa->atascsi_private = &ahp->ahp_iopool; ata_exec(as, xa); - ata_polled(xa); /* we dont care if it doesnt work */ + ata_polled(xa); /* we don't care if it doesn't work */ return (0); error: @@ -1797,7 +1797,7 @@ ata_polled(struct ata_xfer *xa) int rv; if (!ISSET(xa->flags, ATA_F_DONE)) - panic("ata_polled: xa isnt complete"); + panic("ata_polled: xa isn't complete"); switch (xa->state) { case ATA_S_COMPLETE: |