commit | 13b1c63730554bcdd8530ef2cc9d971704c05ed9 | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Mar 09 23:08:55 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Mar 09 23:08:55 2020 +0000 |
tree | 11a3a8d5b5135e2cd550dabb9b382941fddacc5b | |
parent | c5242eaebe5765e4b2302f08676983ae3d1b6072 [diff] | |
parent | 42a5bfd93dba7738424f82f8ed2c3449c7aacd11 [diff] |
Merge "graphics-common: fix documentation typo" into rvc-dev am: 42a5bfd93d Change-Id: Ib0a6cdd084d14b9cf5ed7cb44fff135195a9d1ee
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.