Small typo.

This commit is contained in:
Pedro F. Giffuni 2016-03-29 23:33:44 +00:00
parent cc4916adf2
commit 9c2ceeafd5

View File

@ -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++;