Date: Wed, 17 Apr 2013 11:43:47 +0000 (UTC) From: Gabor Kovesdan <gabor@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r249584 - in head/sys: dev/usb/wlan i386/isa Message-ID: <201304171143.r3HBhlBu078415@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304171143.r3HBhlBu078415>