]> git.sesse.net Git - vlc/commitdiff
Typo
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 11 Apr 2009 18:36:38 +0000 (21:36 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 11 Apr 2009 18:36:38 +0000 (21:36 +0300)
modules/video_output/x11/xcommon.c

index 4b9835e5500602fb8827fabfaff2452cb0abb3b2..8f6b53dc6d836b05fc535d5ec2bee1618fb83b41 100644 (file)
@@ -2922,7 +2922,7 @@ IMAGE_TYPE * CreateShmImage( vout_thread_t *p_vout,
         return NULL;
     }
 
-    /* For too bug image, the buffer returned is sometimes too low, prevent
+    /* For too big image, the buffer returned is sometimes too small, prevent
      * VLC to segfault because of it
      * FIXME is it normal ? Is there a way to detect it
      * before (XvQueryBestSize did not) ? */