Fixed a typo

This commit is contained in:
Matthias Koefferlein 2024-05-27 19:02:38 +02:00
parent f01d8d46b5
commit 45e77ce40c
1 changed files with 1 additions and 1 deletions

View File

@ -1018,7 +1018,7 @@ void LayoutToNetlist::register_layer (const ShapeCollection &collection, const s
throw tl::Exception (tl::to_string (tr ("Layer name is already used: ")) + n_in);
}
// Caution: this make create names which clash with future explicit names. Hopefully, the generated names are unique enough.
// Caution: this may create names which clash with future explicit names. Hopefully, the generated names are unique enough.
std::string n = n_in.empty () ? make_new_name () : n_in;
db::DeepLayer dl;