svn commit: r249584 - in head/sys: dev/usb/wlan i386/isa

Gabor Kovesdan gabor at FreeBSD.org
Wed Apr 17 11:43:47 UTC 2013


Author: gabor
Date: Wed Apr 17 11:43:46 2013
New Revision: 249584
URL: http://svnweb.freebsd.org/changeset/base/249584

Log:
  - Correct mispellings of word miscellaneous
  
  Submitted by:	Christoph Mallon <christoph.mallon at gmx.de> (via private mail)

Modified:
  head/sys/dev/usb/wlan/if_zydreg.h
  head/sys/i386/isa/spic.c

Modified: head/sys/dev/usb/wlan/if_zydreg.h
==============================================================================
--- head/sys/dev/usb/wlan/if_zydreg.h	Wed Apr 17 11:42:40 2013	(r249583)
+++ head/sys/dev/usb/wlan/if_zydreg.h	Wed Apr 17 11:43:46 2013	(r249584)
@@ -112,7 +112,7 @@
 #define ZYD_MACB_MAX_RETRY	0x9b28
 
 /*
- * Miscellanous registers.
+ * Miscellaneous registers.
  */
 #define ZYD_FIRMWARE_START_ADDR	0xee00
 #define ZYD_FIRMWARE_BASE_ADDR	0xee1d /* Firmware base address */

Modified: head/sys/i386/isa/spic.c
==============================================================================
--- head/sys/i386/isa/spic.c	Wed Apr 17 11:42:40 2013	(r249583)
+++ head/sys/i386/isa/spic.c	Wed Apr 17 11:43:46 2013	(r249584)
@@ -34,7 +34,7 @@
  * and mouse button out of the jog dial. I suspect that this device will
  * end up having to support at least 2 different minor devices: One to be
  * the jog wheel device for moused to camp out on and the other to perform
- * all of the other miscelaneous functions of this device. But for now,
+ * all of the other miscellaneous functions of this device. But for now,
  * the jog wheel is all you get.
  *
  * At the moment, the data sent back by the device is rather primitive.


More information about the svn-src-all mailing list