Author: gonzo
Date: Sun Feb 28 19:39:00 2016
New Revision: 296163
URL: https://svnweb.freebsd.org/changeset/base/296163

Log:
  Fix typo in device description
  
  Spotted by: jmcneill

Modified:
  head/sys/arm/broadcom/bcm2835/bcm2835_audio.c

Modified: head/sys/arm/broadcom/bcm2835/bcm2835_audio.c
==============================================================================
--- head/sys/arm/broadcom/bcm2835/bcm2835_audio.c       Sun Feb 28 17:52:33 
2016        (r296162)
+++ head/sys/arm/broadcom/bcm2835/bcm2835_audio.c       Sun Feb 28 19:39:00 
2016        (r296163)
@@ -757,7 +757,7 @@ static int
 bcm2835_audio_probe(device_t dev)
 {
 
-       device_set_desc(dev, "VCHQI audio");
+       device_set_desc(dev, "VCHIQ audio");
        return (BUS_PROBE_DEFAULT);
 }
 
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to