Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Unified Diff: third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.cpp

Issue 1444173002: third_party/WebKit: fix typos found in comments (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.cpp
diff --git a/third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.cpp b/third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.cpp
index 7ce0b05e2396324512c9680e0a874a5ce218d178..2d8eebd4df26fe504fbaaf7daad525b59b9ab2a8 100644
--- a/third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.cpp
+++ b/third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.cpp
@@ -139,7 +139,7 @@ inline bool HTMLParserScheduler::shouldYield(const SpeculationsPumpSession& sess
// that place their scripts at the bottom of the page. Yielding too often
// significantly slows down the parsing so a balance needs to be struck to
// only yield when enough changes have happened to make it worthwhile.
- // Emperical testing shows that anything > ~40 and < ~200 gives all of the benefit
+ // Empirical testing shows that anything > ~40 and < ~200 gives all of the benefit
// without impacting parser performance, only adding a few yields per page but at
// just the right times.
const size_t sufficientWork = 50;

Powered by Google App Engine
This is Rietveld 408576698