summaryrefslogtreecommitdiff
path: root/deps/v8/src/regexp/regexp-compiler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/regexp/regexp-compiler.cc')
-rw-r--r--deps/v8/src/regexp/regexp-compiler.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/v8/src/regexp/regexp-compiler.cc b/deps/v8/src/regexp/regexp-compiler.cc
index 6b76c8ab1a..ab2e9f1962 100644
--- a/deps/v8/src/regexp/regexp-compiler.cc
+++ b/deps/v8/src/regexp/regexp-compiler.cc
@@ -117,8 +117,8 @@ using namespace regexp_compiler_constants; // NOLINT(build/namespaces)
//
// Actual regular expression code generation.
//
-// Code generation is actually more complicated than the above. In order
-// to improve the efficiency of the generated code some optimizations are
+// Code generation is actually more complicated than the above. In order to
+// improve the efficiency of the generated code some optimizations are
// performed
//
// * Choice nodes have 1-character lookahead.