svn commit: r326387 - head/sys/dev/ata/chipsets

Eitan Adler eadler at FreeBSD.org
Thu Nov 30 07:24:35 UTC 2017


Author: eadler
Date: Thu Nov 30 07:24:33 2017
New Revision: 326387
URL: https://svnweb.freebsd.org/changeset/base/326387

Log:
  Fix typo
  
  Reported by: mjg, zrj at dragonflybsd.org

Modified:
  head/sys/dev/ata/chipsets/ata-micron.c

Modified: head/sys/dev/ata/chipsets/ata-micron.c
==============================================================================
--- head/sys/dev/ata/chipsets/ata-micron.c	Thu Nov 30 07:15:32 2017	(r326386)
+++ head/sys/dev/ata/chipsets/ata-micron.c	Thu Nov 30 07:24:33 2017	(r326387)
@@ -53,7 +53,7 @@ __FBSDID("$FreeBSD$");
 #include <ata_if.h>
 
 /*
- * Cenatek chipset support functions
+ * Micron chipset support functions
  */
 static int
 ata_micron_probe(device_t dev)


More information about the svn-src-all mailing list