]> git.sur5r.net Git - cc65/commitdiff
Fixed a comment
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 12 May 2004 13:18:00 +0000 (13:18 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 12 May 2004 13:18:00 +0000 (13:18 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3030 b7a2c559-68d2-44c3-8de9-860c34a00d81

include/mouse.h

index edb4e0d4e23237245d28332cfe6143ea9610a2a1..af91ceccaf1b7314b3426b2a0e5797e79b9bb764 100644 (file)
@@ -139,7 +139,7 @@ void __fastcall__ mouse_box (int minx, int miny, int maxx, int maxy);
  *     - Show the mouse again.
  *
  * NOTE2: When setting the box to something that is larger than the actual
- * screen, the positioning of the mouse cursor will fail. If such margins
+ * screen, the positioning of the mouse cursor can fail. If such margins
  * are really what you want, you have to use your own cursor routines.
  */