summaryrefslogtreecommitdiff
path: root/nuttx/drivers/usbhost/usbhost_hidmouse.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/drivers/usbhost/usbhost_hidmouse.c')
-rw-r--r--nuttx/drivers/usbhost/usbhost_hidmouse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/drivers/usbhost/usbhost_hidmouse.c b/nuttx/drivers/usbhost/usbhost_hidmouse.c
index aecb06157..0fa49c50b 100644
--- a/nuttx/drivers/usbhost/usbhost_hidmouse.c
+++ b/nuttx/drivers/usbhost/usbhost_hidmouse.c
@@ -1131,7 +1131,7 @@ static int usbhost_mouse_poll(int argc, char *argv[])
{
/* We get here when either there is a meaning button change
* and/or a significant movement of the mouse. We are going
- * to report the mouse event.
+ * to report the mouse event.
*
* Snap to the new x/y position for subsequent thresholding
*/