svn commit: r230768 - head/sys/dev/sound/pci/hda

Alexander Motin mav at FreeBSD.org
Mon Jan 30 09:59:33 UTC 2012


Author: mav
Date: Mon Jan 30 09:59:33 2012
New Revision: 230768
URL: http://svn.freebsd.org/changeset/base/230768

Log:
  Fix typo in comments.

Modified:
  head/sys/dev/sound/pci/hda/hdac.h

Modified: head/sys/dev/sound/pci/hda/hdac.h
==============================================================================
--- head/sys/dev/sound/pci/hda/hdac.h	Mon Jan 30 07:56:00 2012	(r230767)
+++ head/sys/dev/sound/pci/hda/hdac.h	Mon Jan 30 09:59:33 2012	(r230768)
@@ -320,7 +320,7 @@
 #define HDA_CODEC_ALC899	HDA_CODEC_CONSTRUCT(REALTEK, 0x0899)
 #define HDA_CODEC_ALCXXXX	HDA_CODEC_CONSTRUCT(REALTEK, 0xffff)
 
-/* Motorolla */
+/* Motorola */
 #define MOTO_VENDORID		0x1057
 #define HDA_CODEC_MOTOXXXX	HDA_CODEC_CONSTRUCT(MOTO, 0xffff)
 


More information about the svn-src-all mailing list