commit | e5589946653cb68c9e09ae2b9899a239420addc5 | [log] [tgz] |
---|---|---|
author | Manali Bhutiyani <manalib@google.com> | Tue Jan 09 21:52:38 2024 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Jan 09 21:52:38 2024 +0000 |
tree | b7a8a6f868631dbe2803fdd801e29b9e9b1a91f5 | |
parent | 50ede7f71a504d525a50f78de656ddfe3c3e3c54 [diff] | |
parent | 3dc6dd2bd4ef93c9e9dcc8c101559f8bc7450ea5 [diff] |
Merge "Update aidl documentation" into main
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, }