diff options
author | 2020-07-22 21:51:00 +0100 | |
---|---|---|
committer | 2020-07-23 13:18:06 +0000 | |
commit | aacf977a3b3af644a7e2eb58d8e56a23d1f3d215 (patch) | |
tree | 6a595bf88f3124e61c826bcd72520dd406664f1e /runtime/interpreter/interpreter_common.cc | |
parent | 4ef451aecd4008ccee2ebf6136a70ed6a5c14717 (diff) |
Reword some comments to be more inclusive
Also corrects a typo s/He/We/.
Bug: 161336379
Bug: 161850439
Bug: 161896447
Test: m
Change-Id: Ie8e37310eb777b7ee41a13f8894e99795c29a98a
Diffstat (limited to 'runtime/interpreter/interpreter_common.cc')
-rw-r--r-- | runtime/interpreter/interpreter_common.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/interpreter/interpreter_common.cc b/runtime/interpreter/interpreter_common.cc index 726de6ec11..00e79b309f 100644 --- a/runtime/interpreter/interpreter_common.cc +++ b/runtime/interpreter/interpreter_common.cc @@ -342,7 +342,7 @@ static bool DoMethodHandleInvokeCommon(Thread* self, // Initialize |result| to 0 as this is the default return value for // polymorphic invocations of method handle types with void return - // and provides sane return result in error cases. + // and provides a sensible return result in error cases. result->SetJ(0); // The invoke_method_idx here is the name of the signature polymorphic method that |