summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libvo/vo_macosx.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_macosx.m b/libvo/vo_macosx.m
index 4bdcca1fc0..b70ccbc4e8 100644
--- a/libvo/vo_macosx.m
+++ b/libvo/vo_macosx.m
@@ -759,7 +759,7 @@ static int control(uint32_t request, void *data, ...)
glFlush();
- //auto hide mouse cursor and futur on-screen control?
+ //auto hide mouse cursor (and future on-screen control?)
if(isFullscreen && !mouseHide && !isRootwin)
{
int curTime = TickCount()/60;