diff options
author | 2020-07-22 14:33:00 -0700 | |
---|---|---|
committer | 2020-07-24 00:41:56 +0000 | |
commit | 2d53643ca0e05e7c67894aa75eba899acbb9f287 (patch) | |
tree | 39299475c04303312f527bc00355bd9fd7a3fad8 /libartbase/base/bit_struct.h | |
parent | cefebc86af30522bf79d2a89a2bcf96f7f970ecb (diff) |
Update language to comply with Android’s inclusive language guidance
See https://source.android.com/setup/contribute/respectful-code for
reference
Bug: 161896447
Bug: 161850439
Bug: 161336379
Test: m -j checkbuild cts docs tests
Change-Id: I32d869c274a5d9a3dac63221e25874fe685d38c4
Diffstat (limited to 'libartbase/base/bit_struct.h')
-rw-r--r-- | libartbase/base/bit_struct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libartbase/base/bit_struct.h b/libartbase/base/bit_struct.h index eca8780568..4cc222c199 100644 --- a/libartbase/base/bit_struct.h +++ b/libartbase/base/bit_struct.h @@ -277,7 +277,7 @@ using BitStructUint = #define BITSTRUCT_UINT(bit_offset, bit_width) \ BitStructUint<(bit_offset), (bit_width), StorageType> -// End the definition of a bitstruct, and insert a sanity check +// End the definition of a bitstruct, and insert a check // to ensure that the bitstruct did not exceed the specified size. // // See top of file for usage example. |