[PATCH 06/10] trivial: fix typos concerning "function" and "through"

From: Uwe Kleine-KÃnig
Date: Wed Feb 09 2011 - 05:08:01 EST


Signed-off-by: Uwe Kleine-KÃnig <u.kleine-koenig@xxxxxxxxxxxxxx>
---
lib/average.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/average.c b/lib/average.c
index 5576c28..debcda4 100644
--- a/lib/average.c
+++ b/lib/average.c
@@ -17,8 +17,8 @@
* Averages (EWMA). We keep a structure with the EWMA parameters and a scaled
* up internal representation of the average value to prevent rounding errors.
* The factor for scaling up and the exponential weight (or decay rate) have to
- * be specified thru the init fuction. The structure should not be accessed
- * directly but only thru the helper functions.
+ * be specified through the init function. The structure should not be accessed
+ * directly but only through the helper functions.
*/

/**
--
1.7.2.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/