summaryrefslogtreecommitdiffstats
path: root/compiler/driver/compiler_driver.cc
diff options
context:
space:
mode:
authorIan Rogers <irogers@google.com>2014-03-17 16:51:53 -0700
committerIan Rogers <irogers@google.com>2014-03-17 16:51:53 -0700
commit0188ab739c3ef8bcd521d88f84894db8c0f012c5 (patch)
tree20ee41619782190f2fe1a47896478c263f226f9b /compiler/driver/compiler_driver.cc
parentff3e67ec3a20b7d4a780f60c8af773cb27ca897b (diff)
downloadart-0188ab739c3ef8bcd521d88f84894db8c0f012c5.zip
art-0188ab739c3ef8bcd521d88f84894db8c0f012c5.tar.gz
art-0188ab739c3ef8bcd521d88f84894db8c0f012c5.tar.bz2
Fix comment typo.
Change-Id: Ib03f4e5dbdf380f9c94f7a18c1ea755b03c1fe3e
Diffstat (limited to 'compiler/driver/compiler_driver.cc')
-rw-r--r--compiler/driver/compiler_driver.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/driver/compiler_driver.cc b/compiler/driver/compiler_driver.cc
index c2b6f5a..e601a1b 100644
--- a/compiler/driver/compiler_driver.cc
+++ b/compiler/driver/compiler_driver.cc
@@ -1869,7 +1869,7 @@ void CompilerDriver::CompileMethod(const DexFile::CodeItem* code_item, uint32_t
uint64_t start_ns = NanoTime();
if ((access_flags & kAccNative) != 0) {
- // Are we only interpreting only and have support for generic JNI down calls?
+ // Are we interpreting only and have support for generic JNI down calls?
if ((compiler_options_->GetCompilerFilter() == CompilerOptions::kInterpretOnly) &&
(instruction_set_ == kX86_64)) {
// Leaving this empty will trigger the generic JNI version