Index: src/rewriter.cc |
diff --git a/src/rewriter.cc b/src/rewriter.cc |
index 3d737a49b9191ac8ca6e59de050bd0150cb5fa18..fd40cdc3fa0b9c734756c6c55e48fcafee58e011 100644 |
--- a/src/rewriter.cc |
+++ b/src/rewriter.cc |
@@ -978,7 +978,7 @@ void Processor::VisitThisFunction(ThisFunction* node) { |
} |
-// Assumes code has been parsed and scopes hve been analyzed. Mutates the |
+// Assumes code has been parsed and scopes have been analyzed. Mutates the |
// AST, so the AST should not continue to be used in the case of failure. |
bool Rewriter::Rewrite(CompilationInfo* info) { |
FunctionLiteral* function = info->function(); |