]> git.sesse.net Git - vlc/commitdiff
Fix typo in comment
authorPierre Ynard <linkfanel@yahoo.fr>
Thu, 11 Dec 2008 15:55:41 +0000 (16:55 +0100)
committerRémi Denis-Courmont <rdenis@simphalempin.com>
Thu, 11 Dec 2008 16:00:49 +0000 (18:00 +0200)
Fix typo in comment

Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
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 )
     {