svn commit: r331091 - stable/11/sys/dev/ata/chipsets
Eitan Adler
eadler at FreeBSD.org
Sat Mar 17 06:36:40 UTC 2018
Author: eadler
Date: Sat Mar 17 06:36:39 2018
New Revision: 331091
URL: https://svnweb.freebsd.org/changeset/base/331091
Log:
MFC r326387:
Fix typo
Modified:
stable/11/sys/dev/ata/chipsets/ata-micron.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/dev/ata/chipsets/ata-micron.c
==============================================================================
--- stable/11/sys/dev/ata/chipsets/ata-micron.c Sat Mar 17 06:31:24 2018 (r331090)
+++ stable/11/sys/dev/ata/chipsets/ata-micron.c Sat Mar 17 06:36:39 2018 (r331091)
@@ -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