[vlc-devel] commit: Typo ( Rémi Denis-Courmont )

git version control git at videolan.org
Sat Apr 11 20:36:50 CEST 2009


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Apr 11 21:36:38 2009 +0300| [cc6d6cb6a9794f47092c50721f643c747d7e3867] | committer: Rémi Denis-Courmont 

Typo

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cc6d6cb6a9794f47092c50721f643c747d7e3867
---

 modules/video_output/x11/xcommon.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/video_output/x11/xcommon.c b/modules/video_output/x11/xcommon.c
index 4b9835e..8f6b53d 100644
--- a/modules/video_output/x11/xcommon.c
+++ b/modules/video_output/x11/xcommon.c
@@ -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) ? */




More information about the vlc-devel mailing list