diff options
| author | 2017-01-23 18:18:44 +0000 | |
|---|---|---|
| committer | 2017-01-23 18:18:45 +0000 | |
| commit | dc5912772707f5b91c3475bbb620c57afb24bb97 (patch) | |
| tree | 3e04212c1a46e197c9e512e249fdccaae51876da /compiler/driver/compiler_driver.cc | |
| parent | 95cf7e42526d4da84086f197dd7d670e407938e0 (diff) | |
| parent | 5e8d5f01b0fe87a6c649bd3a9f1534228b93423d (diff) | |
Merge "Fix some typos in ART."
Diffstat (limited to 'compiler/driver/compiler_driver.cc')
| -rw-r--r-- | compiler/driver/compiler_driver.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/driver/compiler_driver.cc b/compiler/driver/compiler_driver.cc index faf8b41be1..c03ffcaa31 100644 --- a/compiler/driver/compiler_driver.cc +++ b/compiler/driver/compiler_driver.cc @@ -284,7 +284,7 @@ CompilerDriver::CompilerDriver( verification_results_(verification_results), compiler_(Compiler::Create(this, compiler_kind)), compiler_kind_(compiler_kind), - instruction_set_(instruction_set == kArm ? kThumb2: instruction_set), + instruction_set_(instruction_set == kArm ? kThumb2 : instruction_set), instruction_set_features_(instruction_set_features), requires_constructor_barrier_lock_("constructor barrier lock"), compiled_classes_lock_("compiled classes lock"), @@ -1251,7 +1251,7 @@ class ClinitImageUpdate { } } - // java.lang.Reference visitor for VisitReferences. + // java.lang.ref.Reference visitor for VisitReferences. void operator()(ObjPtr<mirror::Class> klass ATTRIBUTE_UNUSED, ObjPtr<mirror::Reference> ref ATTRIBUTE_UNUSED) const {} |