diff options
| author | Gabor Kovesdan <gabor@FreeBSD.org> | 2013-04-17 11:43:46 +0000 |
|---|---|---|
| committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2013-04-17 11:43:46 +0000 |
| commit | f0d0985ee90b08f5e90c352521d4d60bf11509c4 (patch) | |
| tree | 21adc1d20ad01ce74e28f4ac3c1620452002f669 | |
| parent | a2098fea6ddaa8a24cb676c63cadbfa1b8fb0da8 (diff) | |
- Correct mispellings of word miscellaneous
Submitted by: Christoph Mallon <christoph.mallon@gmx.de> (via private mail)
Notes
svn path=/head/; revision=249584
| -rw-r--r-- | sys/dev/usb/wlan/if_zydreg.h | 2 | ||||
| -rw-r--r-- | sys/i386/isa/spic.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/wlan/if_zydreg.h b/sys/dev/usb/wlan/if_zydreg.h index 4ecc20da85b3..34742e929912 100644 --- a/sys/dev/usb/wlan/if_zydreg.h +++ b/sys/dev/usb/wlan/if_zydreg.h @@ -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 */ diff --git a/sys/i386/isa/spic.c b/sys/i386/isa/spic.c index adf1a552d572..12fb6aac4831 100644 --- a/sys/i386/isa/spic.c +++ b/sys/i386/isa/spic.c @@ -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. |
