Skip to content
Snippets Groups Projects
Commit f3a01f79 authored by Oliver Sander's avatar Oliver Sander
Browse files

Fix English language errors

parent 8da3b4a1
No related branches found
No related tags found
No related merge requests found
......@@ -566,7 +566,7 @@ DDD_IndexObject::DDD_IndexObject (DDD_TYPE typ,
Remove object's header from DDD management.
This function removes an object from DDD-management
via destructing its \ddd{header}.
{\em Note:} The \ddd{object} will be destructed, but its copies
{\em Note:} The \ddd{object} will be destroyed, but its copies
on remote processors will not be informed by \funk{HdrDestructor}.
There are two consistent possibilities to delete \ddd{objects} which
have copies on remote processors:
......
......@@ -615,7 +615,7 @@ static void VectorObjMkCons (DDD_OBJ obj, int newness)
NOTE (TODO): this might be too less. for n2n transfer, connections
might be set up consisting of two matrix structures transfered from
different procs. this code will NOT handle that case, the connection
will be created with the first matrix and destructed here. when the
will be created with the first matrix and destroyed here. When the
second message arrives, the second matrix will lead to construction
of a second connection, which will also be deleted here. we would
need a mkcons after all messages to handle that case. (NIY in ddd 1.6.5)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment