commit | 2a747b1624d99c8fdb5ea38be159bb2835c6a9a8 | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Mar 09 23:30:03 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Mar 09 23:30:03 2020 +0000 |
tree | 115d6cfd4501970bba700f3b5cddbdf48699da48 | |
parent | 3a83e90c1bf346c39663c96c5ae853484a577d5a [diff] | |
parent | 49bdd372eb9bd75ce968263d0284fb9d12fb8e3e [diff] |
Merge "graphics-common: fix documentation typo" into rvc-dev am: 42a5bfd93d am: 49bdd372eb Change-Id: Ic62f6cbb41f5c500267c8c027f7f5b9cc771ae0b
diff --git a/graphics/common/aidl/android/hardware/graphics/common/PlaneLayoutComponent.aidl b/graphics/common/aidl/android/hardware/graphics/common/PlaneLayoutComponent.aidl index 3fca53b..c04cef0 100644 --- a/graphics/common/aidl/android/hardware/graphics/common/PlaneLayoutComponent.aidl +++ b/graphics/common/aidl/android/hardware/graphics/common/PlaneLayoutComponent.aidl
@@ -39,7 +39,7 @@ /** * The type of this plane layout component. * - * android.hardware.graphics.common.PlaneLayoutComponent defines the standard + * android.hardware.graphics.common.PlaneLayoutComponentType defines the standard * plane layout component types. Vendors may extend this type to include any * non-standard plane layout component types. For instructions on how to * create a vendor extension, refer to ExtendableType.aidl.