summaryrefslogtreecommitdiff
path: root/include/accelgyro.h
diff options
context:
space:
mode:
authorMartin Roth <martinroth@chromium.org>2016-10-24 16:32:19 -0700
committerchrome-bot <chrome-bot@chromium.org>2016-11-15 17:41:53 -0800
commit897ce78bddb26557a686ab9e756fcf3d6c121271 (patch)
treeedde864d756a6e1133808118b8ae90c323ed4ade /include/accelgyro.h
parent64b57efebdb311126f3daaa97d49443308507b76 (diff)
downloadchrome-ec-897ce78bddb26557a686ab9e756fcf3d6c121271.tar.gz
Fix various misspellings in comments
No functional changes. BUG=none BRANCH=none TEST=make buildall passes Change-Id: Ie852feb8e3951975d99dce5a49c17f5f0e8bc791 Signed-off-by: Martin Roth <martinroth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/403417 Reviewed-by: Patrick Georgi <pgeorgi@chromium.org>
Diffstat (limited to 'include/accelgyro.h')
-rw-r--r--include/accelgyro.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/accelgyro.h b/include/accelgyro.h
index 0432a0e896..883516bb3e 100644
--- a/include/accelgyro.h
+++ b/include/accelgyro.h
@@ -97,7 +97,7 @@ struct accelgyro_drv {
* @event Event to process. May add other events for the next processor.
*
* Return EC_SUCCESS when one event is handled, EC_ERROR_NOT_HANDLED
- * when no events have been proccessed.
+ * when no events have been processed.
*/
int (*irq_handler)(struct motion_sensor_t *s, uint32_t *event);
#endif
@@ -106,7 +106,7 @@ struct accelgyro_drv {
* Retrieve hardware FIFO from sensor,
* - put data in Sensor Hub fifo.
* - update sensor raw_xyz vector with the last information.
- * We put raw data in hub fifo and process data from theres.
+ * We put raw data in hub fifo and process data from there.
* @s Pointer to sensor data.
*/
int (*load_fifo)(struct motion_sensor_t *s);
@@ -118,7 +118,7 @@ struct accelgyro_drv {
* @s Pointer to sensor data.
* @activity activity to work on
* @enable 1 to enable, 0 to disable
- * @data addtional data if needed, activity dependant.
+ * @data additional data if needed, activity dependent.
*/
int (*manage_activity)(const struct motion_sensor_t *s,
enum motionsensor_activity activity,