commit | 4c23d2faaf1615aa4ce37aa1b22ad35372358301 | [log] [tgz] |
---|---|---|
author | Marissa Wall <marissaw@google.com> | Fri Feb 28 09:51:21 2020 -0800 |
committer | Marissa Ikonomidis <marissaw@google.com> | Fri Feb 28 17:52:54 2020 +0000 |
tree | 24f8cdc8fdb54682cf5d015f93824fb579a82ace | |
parent | c0e9ca798759ada4542293e183108cf3b4d04f0b [diff] |
graphics-common: fix documentation typo Bug: 149049926 Test: Compiles Change-Id: I21d264376c09bcfd4394819245aa8284d0710633
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.