Index: src/compiler.cc |
diff --git a/src/compiler.cc b/src/compiler.cc |
index 92331c6a02d8296ab78b7982651e7a35ae93cd12..535889b86bece089c41885ec39adc30cb5b48eca 100644 |
--- a/src/compiler.cc |
+++ b/src/compiler.cc |
@@ -1294,7 +1294,7 @@ Handle<SharedFunctionInfo> Compiler::BuildFunctionInfo( |
if (outer_info->is_toplevel() && outer_info->will_serialize()) { |
// Make sure that if the toplevel code (possibly to be serialized), |
- // the inner unction must be allowed to be compiled lazily. |
+ // the inner function must be allowed to be compiled lazily. |
DCHECK(allow_lazy); |
} |