Index: third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp |
index 32c4ec825b50ed29f87cfa3b9aa4278e39891c2c..179b1267fd9f6061548e94710a8356397a6f3bbb 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp |
@@ -1934,7 +1934,7 @@ void LayoutBlockFlow::moveAllChildrenIncludingFloatsTo(LayoutBlock* toBlock, boo |
// When a portion of the layout tree is being detached, anonymous blocks |
// will be combined as their children are deleted. In this process, the |
- // anonymous block later in the tree is merged into the one preceeding it. |
+ // anonymous block later in the tree is merged into the one preceding it. |
// It can happen that the later block (this) contains floats that the |
// previous block (toBlockFlow) did not contain, and thus are not in the |
// floating objects list for toBlockFlow. This can result in toBlockFlow containing |