diff options
author | Jeff Sharkey <jsharkey@google.com> | 2020-07-31 15:25:43 -0600 |
---|---|---|
committer | Jeff Sharkey <jsharkey@google.com> | 2020-07-31 16:36:06 -0600 |
commit | 7b21637782358142be6953af26515b6cba80334b (patch) | |
tree | 784b36191bbf76fabc43e07c82e159762edf057f /libkeyutils/keyutils_test.cpp | |
parent | fcaed0effab54fa6face42a1b55c26760df0a074 (diff) |
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
Diffstat (limited to 'libkeyutils/keyutils_test.cpp')
-rw-r--r-- | libkeyutils/keyutils_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <gtest/gtest.h> 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. |