Index: third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.cpp |
diff --git a/third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.cpp b/third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.cpp |
index 08d17cc703a7c1912a057486496c17285282a9ae..2e8ca57a591a95df1f963bc7ce406af49dc25d08 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.cpp |
+++ b/third_party/WebKit/Source/core/layout/LayoutMultiColumnFlowThread.cpp |
@@ -379,7 +379,7 @@ LayoutMultiColumnSet* LayoutMultiColumnFlowThread::columnSetAtBlockOffset(Layout |
{ |
if (LayoutMultiColumnSet* columnSet = m_lastSetWorkedOn) { |
// Layout in progress. We are calculating the set heights as we speak, so the column set range |
- // information is not up-to-date. |
+ // information is not up to date. |
while (columnSet->logicalTopInFlowThread() > offset) { |
// Sometimes we have to use a previous set. This happens when we're working with a block |
// that contains a spanner (so that there's a column set both before and after the |