From de0f476284b151e3606e20bea4361f4db31d5c7c Mon Sep 17 00:00:00 2001 From: Marissa Wall Date: Thu, 23 Jan 2020 11:19:25 -0800 Subject: [PATCH] graphics/common: fix typo Bug: 141632767 Test: Compiles Change-Id: I6a6fd7f808a896d78ca641cbb4cd8aea9ce63875 --- .../android/hardware/graphics/common/StandardMetadataType.aidl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/common/aidl/android/hardware/graphics/common/StandardMetadataType.aidl b/graphics/common/aidl/android/hardware/graphics/common/StandardMetadataType.aidl index 43cf6722dd..7b46688d9f 100644 --- a/graphics/common/aidl/android/hardware/graphics/common/StandardMetadataType.aidl +++ b/graphics/common/aidl/android/hardware/graphics/common/StandardMetadataType.aidl @@ -280,7 +280,7 @@ enum StandardMetadataType { * * The default blend mode is INVALID. If the BlendMode is set to any * valid value other than INVALID, this BlendMode overrides all other - * dataspaces. For a longer description of this behavior see MetadataType::DATASPACE. + * blend modes. For a longer description of this behavior see MetadataType::DATASPACE. * * The blend mode is a stable aidl android.hardware.graphics.common.BlendMode. *