diff options
-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 4ecc20d..34742e9 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 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. |