summaryrefslogtreecommitdiffstats
path: root/biometrics
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2019-02-01 22:31:18 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2019-02-01 22:31:18 +0000
commitb5556e576b8ce7490562a9f24d0be6285663b9e0 (patch)
tree8158a8d1bb66c0a5a948c716779ec2266f25b133 /biometrics
parent0ee8d902240b4b0118fd4347d895f7a5701db6f8 (diff)
parentfbdc22e7b8da054040427588469fc6b308aa1b8a (diff)
downloadandroid_hardware_interfaces-b5556e576b8ce7490562a9f24d0be6285663b9e0.tar.gz
android_hardware_interfaces-b5556e576b8ce7490562a9f24d0be6285663b9e0.tar.bz2
android_hardware_interfaces-b5556e576b8ce7490562a9f24d0be6285663b9e0.zip
Merge "Fix incorrect comments in types.hal"
Diffstat (limited to 'biometrics')
-rw-r--r--biometrics/face/1.0/types.hal6
1 files changed, 3 insertions, 3 deletions
diff --git a/biometrics/face/1.0/types.hal b/biometrics/face/1.0/types.hal
index 89e809b3f..b5db966b4 100644
--- a/biometrics/face/1.0/types.hal
+++ b/biometrics/face/1.0/types.hal
@@ -297,7 +297,7 @@ enum FaceAcquiredInfo : int32_t {
* capture plane is too high.
*
* The tilt angle is defined as the angle swept out by the user’s face looking up
- * and down. The pan angle would be zero if the user faced the camera directly.
+ * and down. The tilt angle would be zero if the user faced the camera directly.
*
* The user should be informed to look more directly at the camera.
*/
@@ -308,8 +308,8 @@ enum FaceAcquiredInfo : int32_t {
* capture plane is too high.
*
* The roll angle is defined as the angle swept out by the user’s face tilting their head
- * towards their shoulders to the left and right. The pan angle would be zero if the user
- * faced the camera directly.
+ * towards their shoulders to the left and right. The roll angle would be zero if the user's
+ * head is vertically aligned with the camera.
*
* The user should be informed to look more directly at the camera.
*/