From 3dc6dd2bd4ef93c9e9dcc8c101559f8bc7450ea5 Mon Sep 17 00:00:00 2001 From: Manali Bhutiyani Date: Tue, 9 Jan 2024 20:09:46 +0000 Subject: [PATCH] Update aidl documentation Bug: 290685621 Test: N/A Change-Id: I1d30c24e667ce02d7553462d663cf66a32aa4b4b --- .../graphics/composer3/LayerLifecycleBatchCommandType.aidl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/composer/aidl/android/hardware/graphics/composer3/LayerLifecycleBatchCommandType.aidl b/graphics/composer/aidl/android/hardware/graphics/composer3/LayerLifecycleBatchCommandType.aidl index ec2d55f791..e619712fa2 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 @@ 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, }