summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2020-03-09 23:05:23 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-03-09 23:05:23 +0000
commit42a5bfd93dba7738424f82f8ed2c3449c7aacd11 (patch)
tree11a3a8d5b5135e2cd550dabb9b382941fddacc5b
parent9aa930f8be97e15d49107e564f3ad9af825cd7dc (diff)
parent4c23d2faaf1615aa4ce37aa1b22ad35372358301 (diff)
Merge "graphics-common: fix documentation typo" into rvc-dev
-rw-r--r--graphics/common/aidl/android/hardware/graphics/common/PlaneLayoutComponent.aidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/common/aidl/android/hardware/graphics/common/PlaneLayoutComponent.aidl b/graphics/common/aidl/android/hardware/graphics/common/PlaneLayoutComponent.aidl
index 3fca53b937..c04cef021b 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 @@ parcelable PlaneLayoutComponent {
/**
* 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.