Update aidl documentation

Bug: 290685621
Test: N/A

Change-Id: I1d30c24e667ce02d7553462d663cf66a32aa4b4b
This commit is contained in:
Manali Bhutiyani
2024-01-09 20:09:46 +00:00
parent ead40c477c
commit 3dc6dd2bd4

View File

@@ -32,8 +32,8 @@ enum LayerLifecycleBatchCommandType {
*/
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,
}