svn commit: r297402 - head/sys/dev/ata

Pedro F. Giffuni pfg at FreeBSD.org
Tue Mar 29 23:33:45 UTC 2016


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


More information about the svn-src-all mailing list