aboutsummaryrefslogtreecommitdiff
path: root/dw/outofflowmgr.cc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-03-17 20:19:44 +0100
committerSebastian Geerken <devnull@localhost>2014-03-17 20:19:44 +0100
commit690d2534d07165b240150de949e4037d07402282 (patch)
tree2d022f74b28e683e5182ff8151992535da18ea09 /dw/outofflowmgr.cc
parent40a952ae5cd7a4a60429b36b557870c0a34b7312 (diff)
Comment.
Diffstat (limited to 'dw/outofflowmgr.cc')
-rw-r--r--dw/outofflowmgr.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/outofflowmgr.cc b/dw/outofflowmgr.cc
index be556378..c57d2542 100644
--- a/dw/outofflowmgr.cc
+++ b/dw/outofflowmgr.cc
@@ -559,7 +559,7 @@ void OutOfFlowMgr::sizeAllocateEnd ()
rightFloatsCB->get(i)->updateAllocation ();
// There are cases where some allocated floats (TODO: later also absolutely
- // positioned elements) exceed the CB allocation.
+ // positioned elements?) exceed the CB allocation.
if (doFloatsExceedCB (LEFT) || doFloatsExceedCB (RIGHT))
containingBlock->oofSizeChanged ();