diff --git a/include/mouse.h b/include/mouse.h index 4d19e89cf..136bfd15e 100644 --- a/include/mouse.h +++ b/include/mouse.h @@ -96,7 +96,7 @@ struct mouse_callbacks { /* The default mouse callbacks */ extern const struct mouse_callbacks mouse_def_callbacks; -/* The name of the standard joystick driver for a platform */ +/* The name of the standard mouse driver for a platform */ extern const char mouse_stddrv[];