A few more spelling fixes

This commit is contained in:
Ruben Undheim 2019-04-03 08:23:27 +02:00
parent e26b57ca2f
commit d287b6958b
3 changed files with 3 additions and 3 deletions

View File

@ -65,7 +65,7 @@ void AdaptorBase::tie_copies (AdaptorBase *target, tl::Heap &heap)
copy_to (target, heap); copy_to (target, heap);
// This object (which will be destroyed before this is responsible for copying back // This object (which will be destroyed before this is responsible for copying back
// the contents ot target into this once the heap goes out of scope) // the contents of target into this once the heap goes out of scope)
heap.push (new AdaptorSynchronizer (t.release (), this, &heap)); heap.push (new AdaptorSynchronizer (t.release (), this, &heap));
} }

View File

@ -85,7 +85,7 @@
<p> <p>
By default, no layer mapping is specified. Layer mapping can be employed to confine input to By default, no layer mapping is specified. Layer mapping can be employed to confine input to
certain layers or layer/purpose pairs and to specifiy mapping of LEF layers/purposes to GDS certain layers or layer/purpose pairs and to specify mapping of LEF layers/purposes to GDS
layer/datatypes. layer/datatypes.
</p> </p>

View File

@ -1,6 +1,6 @@
t1.x Empty file. t1.x Empty file.
Various ways to specifiy a float (database unit). Various ways to specify a float (database unit).
t2.x Cells. t2.x Cells.
Various ways to specify cell names (id, string) and refer to them. Various ways to specify cell names (id, string) and refer to them.
t3.x Texts. t3.x Texts.