summaryrefslogtreecommitdiffstats
path: root/include/hardware/camera3.h
diff options
context:
space:
mode:
authorZhijun He <zhijunhe@google.com>2014-02-10 16:04:23 -0800
committerZhijun He <zhijunhe@google.com>2014-02-10 16:04:23 -0800
commit06da1b3745243dc422868fd1ec5c9447e6580568 (patch)
tree5f3e19f20c145515db300d07064955936d9b9621 /include/hardware/camera3.h
parentbda5e3f2266429705f4f3abb69593457540d1bf0 (diff)
downloadhardware_libhardware-06da1b3745243dc422868fd1ec5c9447e6580568.zip
hardware_libhardware-06da1b3745243dc422868fd1ec5c9447e6580568.tar.gz
hardware_libhardware-06da1b3745243dc422868fd1ec5c9447e6580568.tar.bz2
camera3: fix typo in camera open KPI
Change-Id: Ieefdc5a0f5159a3053e141075e71d268499746ed
Diffstat (limited to 'include/hardware/camera3.h')
-rw-r--r--include/hardware/camera3.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/hardware/camera3.h b/include/hardware/camera3.h
index 8e1dc65..ebae5ad 100644
--- a/include/hardware/camera3.h
+++ b/include/hardware/camera3.h
@@ -2705,7 +2705,8 @@ typedef struct camera3_device {
*
* Performance requirements:
*
- * Camera open (common.methods->open) should return in 200ms, and must return in 500ms.
+ * Camera open (common.module->common.methods->open) should return in 200ms, and must return
+ * in 500ms.
* Camera close (common.close) should return in 200ms, and must return in 500ms.
*
*/