[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1297246062-23777-6-git-send-email-u.kleine-koenig@pengutronix.de>
Date: Wed, 9 Feb 2011 11:07:38 +0100
From: Uwe Kleine-König
<u.kleine-koenig@...gutronix.de>
To: trivial@...nel.org
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH 06/10] trivial: fix typos concerning "function" and "through"
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@...gutronix.de>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists