commit | 3dc6dd2bd4ef93c9e9dcc8c101559f8bc7450ea5 | [log] [tgz] |
---|---|---|
author | Manali Bhutiyani <manalib@google.com> | Tue Jan 09 20:09:46 2024 +0000 |
committer | Manali Bhutiyani <manalib@google.com> | Tue Jan 09 20:14:14 2024 +0000 |
tree | 2a98a991fe96699654aea692fe616695e1f0abce | |
parent | ead40c477c155d286c0cefa60b4aa5909943c40b [diff] |
Update aidl documentation Bug: 290685621 Test: N/A Change-Id: I1d30c24e667ce02d7553462d663cf66a32aa4b4b
diff --git a/graphics/composer/aidl/android/hardware/graphics/composer3/LayerLifecycleBatchCommandType.aidl b/graphics/composer/aidl/android/hardware/graphics/composer3/LayerLifecycleBatchCommandType.aidl index ec2d55f..e619712 100644 --- a/graphics/composer/aidl/android/hardware/graphics/composer3/LayerLifecycleBatchCommandType.aidl +++ b/graphics/composer/aidl/android/hardware/graphics/composer3/LayerLifecycleBatchCommandType.aidl
@@ -32,8 +32,8 @@ */ CREATE = 1, /** - * This indicates that the current LayerCommand should also destroyes the layer, - * after processing the other attributes in the LayerCommand. + * This indicates that the current LayerCommand should also destroy the layer, + * before processing the other attributes in the LayerCommand. */ DESTROY = 2, }