From 52414d1c2a084ba2305c0475e72265f28b56e3a1 Mon Sep 17 00:00:00 2001 From: John Reck Date: Thu, 14 Mar 2024 01:58:17 +0000 Subject: [PATCH] Fix annotation in doc Change-Id: I4fb90e7b30659227263087c85b98db31bb039184 --- .../stable-c/include/android/hardware/graphics/mapper/IMapper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/mapper/stable-c/include/android/hardware/graphics/mapper/IMapper.h b/graphics/mapper/stable-c/include/android/hardware/graphics/mapper/IMapper.h index 75e436d5d3..23de7b9b71 100644 --- a/graphics/mapper/stable-c/include/android/hardware/graphics/mapper/IMapper.h +++ b/graphics/mapper/stable-c/include/android/hardware/graphics/mapper/IMapper.h @@ -87,7 +87,7 @@ enum AIMapper_Error : int32_t { * * Vendor-provided metadata should be prefixed with a "vendor.mycompanyname.*" namespace. It is * recommended that the metadata follows the pattern of StandardMetadaType.aidl. That is, an - * aidl-defined enum with @VendorStability on it and the naming then matching that type such + * aidl-defined enum with @VintfStability on it and the naming then matching that type such * as "vendor.mycompanyname.graphics.common.MetadataType" with the value field then set to the * aidl's enum value. *