commit | 4ea9075124e3be47b4722f6f303e4bd215da8452 | [log] [tgz] |
---|---|---|
author | Ryan Mitchell <rtmitchell@google.com> | Fri Jul 31 08:21:43 2020 -0700 |
committer | Ryan Mitchell <rtmitchell@google.com> | Fri Jul 31 21:03:54 2020 +0000 |
tree | b5179fca527191b0d14b63ef271fc795ddf83ab0 | |
parent | b2991250aad9b7b9c0a5e038f5458d94e56c5d48 [diff] [blame] |
Make aapt2 terminology more inclusive Update language to comply with Android's inclusive language guidance See https://source.android.com/setup/contribute/respectful-code for reference Bug: 162364131 Bug: 162536543 Test: aapt2_tests Change-Id: I4eef925d6319b40a395fc8d59a3f2912a02ca03b
diff --git a/tools/aapt2/ResourceParser.cpp b/tools/aapt2/ResourceParser.cpp index 931a14b..3d9be59 100644 --- a/tools/aapt2/ResourceParser.cpp +++ b/tools/aapt2/ResourceParser.cpp
@@ -342,7 +342,7 @@ } } - // Sanity check to make sure we processed all the nodes. + // Validity check to make sure we processed all the nodes. CHECK(node_stack.size() == 1u); CHECK(node_stack.back() == &root);