svn commit: r202620 - stable/8/sys/dev/ata/chipsets

Alexander Motin mav at FreeBSD.org
Tue Jan 19 13:25:32 UTC 2010


Author: mav
Date: Tue Jan 19 13:25:31 2010
New Revision: 202620
URL: http://svn.freebsd.org/changeset/base/202620

Log:
  MFC r200817:
  Spell AMD properly.

Modified:
  stable/8/sys/dev/ata/chipsets/ata-amd.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)

Modified: stable/8/sys/dev/ata/chipsets/ata-amd.c
==============================================================================
--- stable/8/sys/dev/ata/chipsets/ata-amd.c	Tue Jan 19 13:24:11 2010	(r202619)
+++ stable/8/sys/dev/ata/chipsets/ata-amd.c	Tue Jan 19 13:25:31 2010	(r202620)
@@ -61,7 +61,7 @@ static int ata_amd_setmode(device_t dev,
 #define AMD_CABLE	0x02
 
 /*
- * American Micro Devices (AMD) chipset support functions
+ * Advanced Micro Devices (AMD) chipset support functions
  */
 static int
 ata_amd_probe(device_t dev)


More information about the svn-src-stable mailing list