summaryrefslogtreecommitdiff
path: root/runtime/interpreter/interpreter.h
diff options
context:
space:
mode:
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);