[vlc-devel] [PATCH] Fix typo in comment

Pierre Ynard linkfanel at yahoo.fr
Thu Dec 11 16:55:41 CET 2008


Fix typo in comment


diff --git a/src/misc/es_format.c b/src/misc/es_format.c
index ec3a90c..9f74db0 100644
--- a/src/misc/es_format.c
+++ b/src/misc/es_format.c
@@ -60,7 +60,7 @@ static int BinaryLog( uint32_t i )
  */
 static void MaskToShift( int *pi_left, int *pi_right, uint32_t i_mask )
 {
-    uint32_t i_low, i_high;            /* lower hand higher bits of the mask */
+    uint32_t i_low, i_high;            /* lower and higher bits of the mask */
 
     if( !i_mask )
     {


Regards,

-- 
Pierre Ynard
"Une âme dans un corps, c'est comme un dessin sur une feuille de papier."



More information about the vlc-devel mailing list