From ef0713287279026c4960f324097f2cd4fc8dddb5 Mon Sep 17 00:00:00 2001 From: Roland Levillain Date: Tue, 17 Apr 2018 14:16:49 +0100 Subject: Fix some typos in comments in ART. Test: n/a Change-Id: Idef8ab05baa1de0bed5a7310694cb241723d123c --- compiler/jit/jit_compiler.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/jit/jit_compiler.cc') diff --git a/compiler/jit/jit_compiler.cc b/compiler/jit/jit_compiler.cc index a881c5ec98..3fc559e13b 100644 --- a/compiler/jit/jit_compiler.cc +++ b/compiler/jit/jit_compiler.cc @@ -88,7 +88,7 @@ extern "C" void jit_types_loaded(void* handle, mirror::Class** types, size_t cou JitCompiler::JitCompiler() { compiler_options_.reset(new CompilerOptions()); // Special case max code units for inlining, whose default is "unset" (implictly - // meaning no limit). Do this before parsing the actuall passed options. + // meaning no limit). Do this before parsing the actual passed options. compiler_options_->SetInlineMaxCodeUnits(CompilerOptions::kDefaultInlineMaxCodeUnits); { std::string error_msg; -- cgit v1.2.3-59-g8ed1b