summaryrefslogtreecommitdiff
path: root/runtime/interpreter/interpreter.h
diff options
context:
space:
mode:
author Orion Hodson <oth@google.com> 2020-07-27 17:05:26 +0100
committer Orion Hodson <oth@google.com> 2020-07-27 19:03:49 +0000
commitb8552725fda0bb65fc2100df12d10821f178dc4d (patch)
treea425b55aaca296ab4208027d0623ace7a3d22816 /runtime/interpreter/interpreter.h
parent050d17faca4f95befcf625f2d9406ddf50785690 (diff)
runtime/interpreter: inclusive language fixes
Based on: https://source.android.com/setup/contribute/respectful-code Bug: 161896447 Bug: 161850439 Bug: 161336379 Test: m (comment updates only). Change-Id: I37233bef946a231f176db82462d41f6f69b9c6de
Diffstat (limited to 'runtime/interpreter/interpreter.h')
-rw-r--r--runtime/interpreter/interpreter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/interpreter/interpreter.h b/runtime/interpreter/interpreter.h
index e92d195729..ff69c42612 100644
--- a/runtime/interpreter/interpreter.h
+++ b/runtime/interpreter/interpreter.h
@@ -64,7 +64,7 @@ void ArtInterpreterToInterpreterBridge(Thread* self,
JValue* result)
REQUIRES_SHARED(Locks::mutator_lock_);
-// One-time sanity check.
+// One-time check of assembler constants.
void CheckInterpreterAsmConstants();
void InitInterpreterTls(Thread* self);