summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorGreg Kaiser <gkaiser@google.com>2016-10-11 20:37:05 -0700
committerGreg Kaiser <gkaiser@google.com>2016-10-11 20:37:05 -0700
commit620cba2be2d47f8bb22716f8a12f0dc8a1758c27 (patch)
tree0a284922b7e4073459388516c05fe491f0d51ebb /inc
parentf6b6a85db45859f628073c1698609b15cd998284 (diff)
downloadcontexthub-620cba2be2d47f8bb22716f8a12f0dc8a1758c27.tar.gz
CHRE API: Fix typo in documentation
We documented CHRE_EVENT_SENSOR_SAMPLING_CHANGE as having a non-existent struct for its event. We fix the typo to reference the actual struct. Bug: 32019282 Change-Id: Ibad2c2daac6e2b9567b79e69c6bc4e1786f1536c
Diffstat (limited to 'inc')
-rw-r--r--inc/chre_sensor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/chre_sensor.h b/inc/chre_sensor.h
index 4e4cf43d..eafedd96 100644
--- a/inc/chre_sensor.h
+++ b/inc/chre_sensor.h
@@ -239,7 +239,7 @@ extern "C" {
(CHRE_EVENT_SENSOR_FIRST_EVENT + 0x0100)
/**
- * nanoappHandleEvent argument: struct chreSensorSamplingChangeEvent
+ * nanoappHandleEvent argument: struct chreSensorSamplingStatusEvent
*
* Indicates that the interval and/or the latency which this sensor is
* sampling at has changed.