Commit 44b8cd07 authored by Pierre Ynard's avatar Pierre Ynard Committed by Rémi Denis-Courmont

Fix typo in comment

Fix typo in comment
Signed-off-by: default avatarRémi Denis-Courmont <rdenis@simphalempin.com>
parent 642219b6
...@@ -60,7 +60,7 @@ static int BinaryLog( uint32_t i ) ...@@ -60,7 +60,7 @@ static int BinaryLog( uint32_t i )
*/ */
static void MaskToShift( int *pi_left, int *pi_right, uint32_t i_mask ) 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 ) if( !i_mask )
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment