commit | 49bdd372eb9bd75ce968263d0284fb9d12fb8e3e | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Mar 09 23:09:06 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Mar 09 23:09:06 2020 +0000 |
tree | 115d6cfd4501970bba700f3b5cddbdf48699da48 | |
parent | ab295d885bf731a37e99266de6c5190e3b282edc [diff] | |
parent | 42a5bfd93dba7738424f82f8ed2c3449c7aacd11 [diff] |
Merge "graphics-common: fix documentation typo" into rvc-dev am: 42a5bfd93d Change-Id: Ie2db28f5ccd4b922e277dc939e11f75de9e430e3
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.