WIP: fixed a comment typo.

This commit is contained in:
Matthias Koefferlein 2018-12-26 00:36:19 +01:00
parent c75a41a1a4
commit 5c18424c10
1 changed files with 3 additions and 1 deletions

View File

@ -1686,7 +1686,9 @@ public:
}
/**
* @brief Less operator
* @brief Inserts the region into the given layout, cell and layer
* If the region is a hierarchical region, the hierarchy is copied into the
* layout's hierarchy.
*/
void insert_into (Layout *layout, db::cell_index_type into_cell, unsigned int into_layer) const
{