Fix typo in comment

This commit is contained in:
Mario Hüttel 2019-11-28 17:59:06 +01:00
parent f3786cf282
commit e3b6ee66ef
1 changed files with 1 additions and 1 deletions

View File

@ -597,7 +597,7 @@ static void convert_aref_to_sref(struct gds_cell_array_instance *aref, struct gd
/* Iterate over columns and rows */
for (col = 0; col < aref->columns; col++) {
for (row = 0; row < aref->rows; row++) {
/* Create new instance for this row/column and aconfigure data */
/* Create new instance for this row/column and configure data */
container_cell->child_cells = append_cell_ref(container_cell->child_cells, &sref_inst);
if (!sref_inst) {
GDS_ERROR("Appending cell ref failed!");