X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=lib%2Fflex_proportions.c;h=a71cf1bdd4c94a92c4c888be21cad8eebf813c99;hb=698f415cf5756e320623bdb015a600945743377c;hp=8f25652f40d4f3aafc770b87b2692b54629a6273;hpb=3441456bfa326e9e16177cd13d0490ddd0e2fe0e;p=platform%2Fkernel%2Flinux-starfive.git diff --git a/lib/flex_proportions.c b/lib/flex_proportions.c index 8f25652..a71cf1b 100644 --- a/lib/flex_proportions.c +++ b/lib/flex_proportions.c @@ -17,7 +17,7 @@ * * \Sum_{j} p_{j} = 1, * - * This formula can be straightforwardly computed by maintaing denominator + * This formula can be straightforwardly computed by maintaining denominator * (let's call it 'd') and for each event type its numerator (let's call it * 'n_j'). When an event of type 'j' happens, we simply need to do: * n_j++; d++;