From: Pierre Ynard Date: Thu, 11 Dec 2008 15:55:41 +0000 (+0100) Subject: Fix typo in comment X-Git-Tag: 1.0.0-pre1~1850 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=44b8cd0757c5766ba5b63df63690d7c5f0ee31eb;p=vlc Fix typo in comment Fix typo in comment Signed-off-by: RĂ©mi Denis-Courmont --- diff --git a/src/misc/es_format.c b/src/misc/es_format.c index ec3a90c903..9f74db009c 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 ) {