From ac4500e67de510a3724b98f248e5cb8f3cc1eb26 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Mon, 27 Jul 2020 14:03:56 -0700 Subject: Update language to comply with Android's inclusive language guidance See https://source.android.com/setup/contribute/respectful-code for reference Bug: http://b/161896447 Test: None Change-Id: I9e5a37a20012b2f7a8eac55701df03f7b7a9ab6c --- libutils/include/utils/Vector.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'libutils/include/utils/Vector.h') diff --git a/libutils/include/utils/Vector.h b/libutils/include/utils/Vector.h index ddf71de24..be35ea2f0 100644 --- a/libutils/include/utils/Vector.h +++ b/libutils/include/utils/Vector.h @@ -23,15 +23,13 @@ #include #include #include - -/* - * Used to blacklist some functions from CFI. - * - */ #ifndef __has_attribute #define __has_attribute(x) 0 #endif +/* + * Used to exclude some functions from CFI. + */ #if __has_attribute(no_sanitize) #define UTILS_VECTOR_NO_CFI __attribute__((no_sanitize("cfi"))) #else -- cgit v1.2.3