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 543857208a025c1c921b647e7c1722bc47083e21..4e443af83a6179cf7fa83e130ac9082e11dfae5f 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp |
@@ -1978,7 +1978,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 |