From 24ad0a6e4e5df5df24f3315db90d6865b6de354e Mon Sep 17 00:00:00 2001 From: Shunsuke Akiyama Date: Sun, 16 Nov 2003 13:13:16 +0000 Subject: [PATCH] Fix comment typo. Noticed by: simon --- sys/dev/usb/uplcom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/usb/uplcom.c b/sys/dev/usb/uplcom.c index f041a8eb2e5c..86a0e4fa290d 100644 --- a/sys/dev/usb/uplcom.c +++ b/sys/dev/usb/uplcom.c @@ -212,7 +212,7 @@ static const struct uplcom_product { { USB_VENDOR_ELECOM, USB_PRODUCT_ELECOM_UCSGT }, /* SOURCENEXT KeikaiDenwa 8 */ { USB_VENDOR_SOURCENEXT, USB_PRODUCT_SOURCENEXT_KEIKAI8 }, - /* SOURCENEXT KeikaiDenwa 8 with chager */ + /* SOURCENEXT KeikaiDenwa 8 with charger */ { USB_VENDOR_SOURCENEXT, USB_PRODUCT_SOURCENEXT_KEIKAI8_CHG }, /* HAL Corporation Crossam2+USB */ { USB_VENDOR_HAL, USB_PRODUCT_HAL_IMR001 },