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

Alexander Motin mav at FreeBSD.org
Mon Dec 21 21:47:33 UTC 2009


Author: mav
Date: Mon Dec 21 21:47:33 2009
New Revision: 200817
URL: http://svn.freebsd.org/changeset/base/200817

Log:
  Spell AMD properly.

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

Modified: head/sys/dev/ata/chipsets/ata-amd.c
==============================================================================
--- head/sys/dev/ata/chipsets/ata-amd.c	Mon Dec 21 21:41:33 2009	(r200816)
+++ head/sys/dev/ata/chipsets/ata-amd.c	Mon Dec 21 21:47:33 2009	(r200817)
@@ -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-head mailing list