]> git.sur5r.net Git - cc65/commitdiff
Fixed a copy&paste error.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 11 Sep 2009 18:42:34 +0000 (18:42 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 11 Sep 2009 18:42:34 +0000 (18:42 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@4151 b7a2c559-68d2-44c3-8de9-860c34a00d81

include/mouse.h

index 4d19e89cf7ac753c2c10abc62afcc77f126133b5..136bfd15e7b04ceb6d43a4a7ab12bd4838620017 100644 (file)
@@ -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[];