diff options
author | gabor <gabor@FreeBSD.org> | 2013-04-17 11:43:46 +0000 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2013-04-17 11:43:46 +0000 |
commit | 3d6a89082dd54cd36101ae25fb261f0129a5770d (patch) | |
tree | 21adc1d20ad01ce74e28f4ac3c1620452002f669 /sys/i386/isa | |
parent | b86fa940aa5b65a90ee71e52193f992f9d67247e (diff) | |
download | FreeBSD-src-3d6a89082dd54cd36101ae25fb261f0129a5770d.zip FreeBSD-src-3d6a89082dd54cd36101ae25fb261f0129a5770d.tar.gz |
- Correct mispellings of word miscellaneous
Submitted by: Christoph Mallon <christoph.mallon@gmx.de> (via private mail)
Diffstat (limited to 'sys/i386/isa')
-rw-r--r-- | sys/i386/isa/spic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/isa/spic.c b/sys/i386/isa/spic.c index adf1a55..12fb6aa 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. |