diff options
author | TreeHugger Robot <treehugger-gerrit@google.com> | 2020-01-24 19:58:30 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2020-01-24 19:58:30 +0000 |
commit | 88bc2bd38fdf16529bbd6725d45144cf208b2fb0 (patch) | |
tree | 8fcf0ffdaf94c5d836301a2e4d26f845c33ef0e4 /graphics | |
parent | 24178e0996a5358e6947ab9f8ab8f7f2ac5d069d (diff) | |
parent | de0f476284b151e3606e20bea4361f4db31d5c7c (diff) | |
download | platform_hardware_interfaces-88bc2bd38fdf16529bbd6725d45144cf208b2fb0.tar.gz platform_hardware_interfaces-88bc2bd38fdf16529bbd6725d45144cf208b2fb0.tar.bz2 platform_hardware_interfaces-88bc2bd38fdf16529bbd6725d45144cf208b2fb0.zip |
Merge "graphics/common: fix typo"
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/common/aidl/android/hardware/graphics/common/StandardMetadataType.aidl | 2 |
1 files changed, 1 insertions, 1 deletions
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. * |