diff options
-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 (); |