Index: runtime/vm/precompiler.cc |
diff --git a/runtime/vm/precompiler.cc b/runtime/vm/precompiler.cc |
index 0f9d8d9883254f634d25fbb6c5e4a9231ee2ce41..f6b82f374aae2194894e8e0bef409eff8c78e9c8 100644 |
--- a/runtime/vm/precompiler.cc |
+++ b/runtime/vm/precompiler.cc |
@@ -3193,7 +3193,7 @@ bool PrecompileParsedFunctionHelper::Compile(CompilationPipeline* pipeline) { |
{ |
#ifndef PRODUCT |
TimelineDurationScope tds2(thread(), compiler_timeline, |
- "CommonSubexpressionElinination"); |
+ "CommonSubexpressionElimination"); |
#endif // !PRODUCT |
if (FLAG_common_subexpression_elimination || |
FLAG_loop_invariant_code_motion) { |