commit | ceba95748dd78dda3e4215113c89279a5cc0e03e | [log] [tgz] |
---|---|---|
author | Shuzhen Wang <shuzhenwang@google.com> | Thu Oct 31 10:45:32 2024 -0700 |
committer | Shuzhen Wang <shuzhenwang@google.com> | Thu Oct 31 10:48:40 2024 -0700 |
tree | ff26cbe248fc0ac7704ae4ccfd89735bcba2ecdd | |
parent | e962cd9f4012428af547bc074de4ea88924bd8e8 [diff] |
Camera: Fix doc typo Test: m -j ds-docs-java Flag: DOCS ONLY Bug: 298899993 Change-Id: Iabdd8c0fae460c54155be310b17034d99c7bcdaf
diff --git a/core/java/android/hardware/camera2/params/OutputConfiguration.java b/core/java/android/hardware/camera2/params/OutputConfiguration.java index 22dbf5b..d38be9b 100644 --- a/core/java/android/hardware/camera2/params/OutputConfiguration.java +++ b/core/java/android/hardware/camera2/params/OutputConfiguration.java
@@ -1457,7 +1457,7 @@ /** * Set the mirroring mode for a surface belonging to this OutputConfiguration * - * <p>This function is identical to {@link #setMirroMode(int)} if {@code surface} is + * <p>This function is identical to {@link #setMirrorMode(int)} if {@code surface} is * the only surface belonging to this OutputConfiguration.</p> * * <p>If this OutputConfiguration contains a deferred surface, the application can either