From: uz Date: Fri, 11 Sep 2009 18:42:34 +0000 (+0000) Subject: Fixed a copy&paste error. X-Git-Tag: V2.13.0rc1~105 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4ed9b6facfde46c2f22168dc5db8731ecf14c830;p=cc65 Fixed a copy&paste error. git-svn-id: svn://svn.cc65.org/cc65/trunk@4151 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- 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[];