mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Small typo.
This commit is contained in:
parent
cc4916adf2
commit
9c2ceeafd5
1 changed files with 1 additions and 1 deletions
|
|
@ -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++;
|
||||
|
|
|
|||
Loading…
Reference in a new issue