Author: pfg Date: Tue Mar 29 23:33:44 2016 New Revision: 297402 URL: https://svnweb.freebsd.org/changeset/base/297402
Log: Small typo. Modified: head/sys/dev/ata/ata-lowlevel.c Modified: head/sys/dev/ata/ata-lowlevel.c ============================================================================== --- head/sys/dev/ata/ata-lowlevel.c Tue Mar 29 19:59:44 2016 (r297401) +++ head/sys/dev/ata/ata-lowlevel.c Tue Mar 29 23:33:44 2016 (r297402) @@ -851,7 +851,7 @@ ata_pio_read(struct ata_request *request 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++; _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"