From 2d53643ca0e05e7c67894aa75eba899acbb9f287 Mon Sep 17 00:00:00 2001 From: Ian Pedowitz Date: Wed, 22 Jul 2020 14:33:00 -0700 Subject: Update language to comply with Android’s inclusive language guidance MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- compiler/optimizing/graph_checker.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/optimizing/graph_checker.cc') diff --git a/compiler/optimizing/graph_checker.cc b/compiler/optimizing/graph_checker.cc index ece88a01b4..44de54eccf 100644 --- a/compiler/optimizing/graph_checker.cc +++ b/compiler/optimizing/graph_checker.cc @@ -63,7 +63,7 @@ static bool IsExitTryBoundaryIntoExitBlock(HBasicBlock* block) { size_t GraphChecker::Run(bool pass_change, size_t last_size) { size_t current_size = GetGraph()->GetReversePostOrder().size(); if (!pass_change) { - // Nothing changed for certain. Do a quick sanity check on that assertion + // Nothing changed for certain. Do a quick check of the validity on that assertion // for anything other than the first call (when last size was still 0). if (last_size != 0) { if (current_size != last_size) { -- cgit v1.2.3-59-g8ed1b