From 5e8d5f01b0fe87a6c649bd3a9f1534228b93423d Mon Sep 17 00:00:00 2001 From: Roland Levillain Date: Tue, 18 Oct 2016 18:03:43 +0100 Subject: Fix some typos in ART. Test: m build-art-host Test: m cpplint-art Change-Id: Ifc6ce3d0d645c4a8dca72dd483fc03fc05077130 --- compiler/driver/compiler_driver.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'compiler/driver/compiler_driver.cc') 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 klass ATTRIBUTE_UNUSED, ObjPtr ref ATTRIBUTE_UNUSED) const {} -- cgit v1.2.3-59-g8ed1b