summaryrefslogtreecommitdiffstats
path: root/include/hardware/camera3.h
diff options
context:
space:
mode:
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 daf5034..9eb52ed 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.
*
*/