Index: Source/core/html/parser/HTMLTreeBuilder.cpp |
diff --git a/Source/core/html/parser/HTMLTreeBuilder.cpp b/Source/core/html/parser/HTMLTreeBuilder.cpp |
index 79b20e71443e2913c018dccc29b8e204302ee1f2..12a9b74dfbed18bdd76f3e5fa5eee75d593c8ad9 100644 |
--- a/Source/core/html/parser/HTMLTreeBuilder.cpp |
+++ b/Source/core/html/parser/HTMLTreeBuilder.cpp |
@@ -1503,7 +1503,7 @@ void HTMLTreeBuilder::callTheAdoptionAgency(AtomicHTMLToken* token) |
{ |
// The adoption agency algorithm is N^2. We limit the number of iterations |
// to stop from hanging the whole browser. This limit is specified in the |
- // adoption agency algorithm: |
+ // adoption agency algorithm: |
// http://www.whatwg.org/specs/web-apps/current-work/multipage/tree-construction.html#parsing-main-inbody |
static const int outerIterationLimit = 8; |
static const int innerIterationLimit = 3; |