summaryrefslogtreecommitdiffstats
path: root/libvo/osd.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/osd.c')
-rw-r--r--libvo/osd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/osd.c b/libvo/osd.c
index 6c45b88c6c..42c996c000 100644
--- a/libvo/osd.c
+++ b/libvo/osd.c
@@ -240,7 +240,7 @@ void vo_draw_alpha_init(){
fast_osd_16bpp_table[i]=((i>>3)<<11)|((i>>2)<<5)|(i>>3);
}
#endif
-//FIXME the optimized stuff is a lie for 15/16bpp as they arent optimized yet
+//FIXME the optimized stuff is a lie for 15/16bpp as they aren't optimized yet
if(verbose)
{
#ifdef RUNTIME_CPUDETECT