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