usb-mouse: fix wrong copy/paste comment
[bertos.git] / bertos / drv / usb_mouse.c
index 35a73f8c5e12be550db0d25216e68d54ed78aecd..401dc33168b24b372220d05ce61e9b34cd4fdc01 100644 (file)
@@ -251,7 +251,7 @@ static void usb_hid_event_cb(usb_ctrlrequest_t *ctrl)
        }
 }
 
-/* Global usb-serial descriptor that identifies the usb-serial device */
+/* Global usb-mouse descriptor that identifies the usb-mouse device */
 static struct usb_device usb_mouse = {
        .device = &usb_hid_device_descriptor,
        .config = usb_hid_config,