diff options
Diffstat (limited to 'runtime/jit/jit.cc')
-rw-r--r-- | runtime/jit/jit.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/jit/jit.cc b/runtime/jit/jit.cc index 92aa86ee53..a653440b5f 100644 --- a/runtime/jit/jit.cc +++ b/runtime/jit/jit.cc @@ -188,7 +188,7 @@ void Jit::SaveProfilingInfo(const std::string& filename) { uint64_t last_update_ns = code_cache_->GetLastUpdateTimeNs(); if (offline_profile_info_->NeedsSaving(last_update_ns)) { - VLOG(profiler) << "Iniate save profiling information to: " << filename; + VLOG(profiler) << "Initiate save profiling information to: " << filename; std::set<ArtMethod*> methods; { ScopedObjectAccess soa(Thread::Current()); |