]> git.sesse.net Git - vlc/blobdiff - src/misc/es_format.c
Update THANKS for ivoire and me
[vlc] / src / misc / es_format.c
index ec3a90c90398e1378739e12a20949119b315680e..9f74db009c3b0bd90f7476bdb0cd3c906fe43aba 100644 (file)
@@ -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 )
     {