aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2016-03-29 23:33:44 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2016-03-29 23:33:44 +0000
commit9c2ceeafd57795caa65ea478ceb326a09212fd6f (patch)
treed042ea99e6bae6face25bb2ab18e464b5ec721f2 /sys/dev/ata
parentcc4916adf2c3f310008e78adb40a94238724d606 (diff)
Notes
Diffstat (limited to 'sys/dev/ata')
-rw-r--r--sys/dev/ata/ata-lowlevel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ata/ata-lowlevel.c b/sys/dev/ata/ata-lowlevel.c
index 6b825c05e0d2..1c81c6fba923 100644
--- a/sys/dev/ata/ata-lowlevel.c
+++ b/sys/dev/ata/ata-lowlevel.c
@@ -851,7 +851,7 @@ ata_pio_read(struct ata_request *request, int length)
panic("ata_pio_read: Unsupported CAM data type %x\n",
(request->ccb->ccb_h.flags & CAM_DATA_MASK));
- /* We may have extra byte already red but not stored. */
+ /* We may have extra byte already read but not stored. */
if (resid) {
addr[0] = buf[1];
addr++;