summaryrefslogtreecommitdiffstats
path: root/libvo/vo_sdl.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_sdl.c')
-rw-r--r--libvo/vo_sdl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_sdl.c b/libvo/vo_sdl.c
index 0dd7b553ba..d1653dd105 100644
--- a/libvo/vo_sdl.c
+++ b/libvo/vo_sdl.c
@@ -564,7 +564,7 @@ static int sdl_close (void)
priv->surface=NULL;
}
- /* DONT attempt to free the fullscreen modes array. SDL_Quit* does this for us */
+ /* DON'T attempt to free the fullscreen modes array. SDL_Quit* does this for us */
return 0;
}