summaryrefslogtreecommitdiff
path: root/runtime/interpreter/interpreter_common.cc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/interpreter/interpreter_common.cc')
-rw-r--r--runtime/interpreter/interpreter_common.cc2
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