OSDN Git Service

Fix comment typo.
authorIan Rogers <irogers@google.com>
Mon, 17 Mar 2014 23:51:53 +0000 (16:51 -0700)
committerIan Rogers <irogers@google.com>
Mon, 17 Mar 2014 23:51:53 +0000 (16:51 -0700)
Change-Id: Ib03f4e5dbdf380f9c94f7a18c1ea755b03c1fe3e

compiler/driver/compiler_driver.cc

index c2b6f5a..e601a1b 100644 (file)
@@ -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