[vlc-devel] commit: Fix typo in comment (Pierre Ynard )
git version control
git at videolan.org
Thu Dec 11 17:01:19 CET 2008
vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Thu Dec 11 16:55:41 2008 +0100| [44b8cd0757c5766ba5b63df63690d7c5f0ee31eb] | committer: Rémi Denis-Courmont
Fix typo in comment
Fix typo in comment
Signed-off-by: Rémi Denis-Courmont <rdenis at simphalempin.com>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=44b8cd0757c5766ba5b63df63690d7c5f0ee31eb
---
src/misc/es_format.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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 )
{
More information about the vlc-devel
mailing list