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