summaryrefslogtreecommitdiffstats
path: root/include/hardware/sensors.h
diff options
context:
space:
mode:
authorEtienne Le Grand <etn@google.com>2013-03-07 12:22:32 -0800
committerEtienne Le Grand <etn@google.com>2013-03-07 12:22:32 -0800
commit2e7d3cd8a8bc6c4d1b977d7b08da605da36c181b (patch)
treead573f82e0a27bb11cd8c11958223b9fa9fe190b /include/hardware/sensors.h
parent435e4a2b04d889d9f8505b755fbdfc84715e348a (diff)
downloadhardware_libhardware-2e7d3cd8a8bc6c4d1b977d7b08da605da36c181b.zip
hardware_libhardware-2e7d3cd8a8bc6c4d1b977d7b08da605da36c181b.tar.gz
hardware_libhardware-2e7d3cd8a8bc6c4d1b977d7b08da605da36c181b.tar.bz2
Minor fix in significant motion description
Change-Id: I155181e43750948a6fd6fc246a4e0203cea7c9cb
Diffstat (limited to 'include/hardware/sensors.h')
-rw-r--r--include/hardware/sensors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hardware/sensors.h b/include/hardware/sensors.h
index 18b682d..dc209f7 100644
--- a/include/hardware/sensors.h
+++ b/include/hardware/sensors.h
@@ -560,7 +560,7 @@ enum {
* - Triggering an event when the user is not moving (false positive) is costly
* in terms of power, so it should be avoided.
* - Not triggering an event when the user is moving (false negative) is
- * - acceptable as long as it is not done repeatedly. If the user has been
+ * acceptable as long as it is not done repeatedly. If the user has been
* walking for 10 seconds, not triggering an event within those 10 seconds
* is not acceptable.
*