aboutsummaryrefslogtreecommitdiff
path: root/devdoc
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2016-05-27 21:01:20 -0400
committerJorge Arellano Cid <jcid@dillo.org>2016-05-27 21:01:20 -0400
commit8549f2a7a180a2420a4a734b5d5be35b8c06cef6 (patch)
tree37d69f25acb8d14ce5c384eb7b096c769f5c8a79 /devdoc
parente3d963d5ec26d9b807c3915a222f74885cb9c30c (diff)
Typos
Diffstat (limited to 'devdoc')
-rw-r--r--devdoc/dw-out-of-flow-floats.doc6
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