aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorNelson Castillo <arhuaco@freaks-unidos.net>2009-09-24 17:37:14 -0500
committerNelson Castillo <arhuaco@freaks-unidos.net>2009-09-24 17:39:30 -0500
commitfa5743d920385c2cf344bb1a0b964af8a9511d85 (patch)
tree65a9e6895d191f2b13e6184b0c09c926d8154d14 /drivers
parent9c3fe7498950875215cdd2c3bb6b0bef70570be0 (diff)
Fix small typo
s/though/thought/ Reported-by: Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk> Signed-off-by: Nelson Castillo <arhuaco@freaks-unidos.net>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/input/touchscreen/ts_filter_group.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/ts_filter_group.c b/drivers/input/touchscreen/ts_filter_group.c
index 93f8fc690e4..722e8dfbdae 100644
--- a/drivers/input/touchscreen/ts_filter_group.c
+++ b/drivers/input/touchscreen/ts_filter_group.c
@@ -21,7 +21,7 @@
* This filter is useful to reject samples that are not reliable. We consider
* that a sample is not reliable if it deviates form the Majority.
* This filter mixes information from all the available dimensions. It means
- * that for two dimensions we draw a rectangle where the though-to-be good
+ * that for two dimensions we draw a rectangle where the thought-to-be good
* points can be found.
*
* The implementation would be more efficient with a double-linked list but