From d635711daa98be86d4c7fd01499c34f566b54ccb Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Fri, 10 Jun 2016 05:30:17 -0300 Subject: Linux-libre 4.6.2-gnu --- lib/flex_proportions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/flex_proportions.c') diff --git a/lib/flex_proportions.c b/lib/flex_proportions.c index 8f25652f4..a71cf1bdd 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++; -- cgit v1.2.3-54-g00ecf