diff options
author | Sebastian Geerken <devnull@localhost> | 2014-03-17 20:19:44 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-03-17 20:19:44 +0100 |
commit | 690d2534d07165b240150de949e4037d07402282 (patch) | |
tree | 2d022f74b28e683e5182ff8151992535da18ea09 /dw/outofflowmgr.cc | |
parent | 40a952ae5cd7a4a60429b36b557870c0a34b7312 (diff) |
Comment.
Diffstat (limited to 'dw/outofflowmgr.cc')
-rw-r--r-- | dw/outofflowmgr.cc | 2 |
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 (); |