From 7b21637782358142be6953af26515b6cba80334b Mon Sep 17 00:00:00 2001 From: Jeff Sharkey Date: Fri, 31 Jul 2020 15:25:43 -0600 Subject: Update language to comply with Android's inclusive language guidance See https://source.android.com/setup/contribute/respectful-code for reference Bug: 161896447 Change-Id: Iafcccbdbdf3ff1078e87000e2ce560ff09b43f68 --- libkeyutils/keyutils_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libkeyutils/keyutils_test.cpp') diff --git a/libkeyutils/keyutils_test.cpp b/libkeyutils/keyutils_test.cpp index d41c91b68..d03747b3e 100644 --- a/libkeyutils/keyutils_test.cpp +++ b/libkeyutils/keyutils_test.cpp @@ -33,7 +33,7 @@ #include TEST(keyutils, smoke) { - // Check that the exported type is sane. + // Check that the exported type is the right size. ASSERT_EQ(4U, sizeof(key_serial_t)); // Check that all the functions actually exist. -- cgit v1.2.3