summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/atascsi.c
diff options
context:
space:
mode:
authorkettenis <kettenis@openbsd.org>2016-01-03 21:07:46 +0000
committerkettenis <kettenis@openbsd.org>2016-01-03 21:07:46 +0000
commit5227d2963a049530a9c50e4df65899ce4c77bdce (patch)
treedbfa4bc8d7902413e33dfc75f964464dc87fb7eb /sys/dev/ata/atascsi.c
parentAllow macro execution to continue without delay in the event of a (diff)
downloadwireguard-openbsd-5227d2963a049530a9c50e4df65899ce4c77bdce.tar.xz
wireguard-openbsd-5227d2963a049530a9c50e4df65899ce4c77bdce.zip
Fix typo in comment.
Pointed out by mlarkin@
Diffstat (limited to 'sys/dev/ata/atascsi.c')
-rw-r--r--sys/dev/ata/atascsi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ata/atascsi.c b/sys/dev/ata/atascsi.c
index c4c67ffd3f3..37330f4fbf1 100644
--- a/sys/dev/ata/atascsi.c
+++ b/sys/dev/ata/atascsi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: atascsi.c,v 1.126 2015/12/29 09:44:46 kettenis Exp $ */
+/* $OpenBSD: atascsi.c,v 1.127 2016/01/03 21:07:46 kettenis Exp $ */
/*
* Copyright (c) 2007 David Gwynne <dlg@openbsd.org>
@@ -367,7 +367,7 @@ atascsi_probe(struct scsi_link *link)
return (0);
/*
- * Early SATA drivers (as well as PATA drives) need to have
+ * Early SATA drives (as well as PATA drives) need to have
* their transfer mode set properly, otherwise commands that
* use DMA will time out.
*/