diff options
-rw-r--r-- | devdoc/dw-out-of-flow-floats.doc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devdoc/dw-out-of-flow-floats.doc b/devdoc/dw-out-of-flow-floats.doc index 2f92a5c6..90dbc6da 100644 --- a/devdoc/dw-out-of-flow-floats.doc +++ b/devdoc/dw-out-of-flow-floats.doc @@ -35,8 +35,8 @@ equivalent to the generation order. dw::OutOfFlowMgr::Float::CompareGBAndExtIndex compares *externalIndex* for floats with same generators, otherwise: (i) if one generator (T1) -is a direct anchestor of the other generator (T2), the child of T1, -which is an anchestor of, or identical to, T2 is compared to the float +is a direct ancestor of the other generator (T2), the child of T1, +which is an ancestor of, or identical to, T2 is compared to the float generated by T1, using *externalIndex*, as in this example: T1 -+-> child --> ... -> T2 -> Float @@ -45,7 +45,7 @@ generated by T1, using *externalIndex*, as in this example: Otherwise, the two blocks are compared, according to their position in dw::OutOfFlowMgr::tbInfos: - common anchestor -+-> ... --> T1 -> Float + common ancestor -+-> ... --> T1 -> Float `-> ... --> T2 -> Float This is equivalent to the generation order, as long it is ensured that |