Fix more typos in gsiDeclDbLayoutToNetlist.cc

\\make_incluidelayer -> \\make_includelayer
sqaure -> square
This commit is contained in:
Niko Savola 2021-05-26 12:37:24 +03:00 committed by GitHub
parent b27e5de023
commit 99ef222f50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -396,7 +396,7 @@ Class<db::LayoutToNetlist> decl_dbLayoutToNetlist ("db", "LayoutToNetlist",
) +
gsi::method ("connect", (void (db::LayoutToNetlist::*) (const db::Region &)) &db::LayoutToNetlist::connect, gsi::arg ("l"),
"@brief Defines an intra-layer connection for the given layer.\n"
"The layer is either an original layer created with \\make_incluidelayer and it's variants or\n"
"The layer is either an original layer created with \\make_includelayer and it's variants or\n"
"a derived layer. Certain limitations apply. It's safe to use\n"
"boolean operations for deriving layers. Other operations are applicable as long as they are\n"
"capable of delivering hierarchical layers.\n"
@ -726,7 +726,7 @@ Class<db::LayoutToNetlist> decl_dbLayoutToNetlist ("db", "LayoutToNetlist",
"\n"
"@code\n"
"...\n"
"# diode_layer1 increases the ratio by 50 per sqaure micrometer area:\n"
"# diode_layer1 increases the ratio by 50 per square micrometer area:\n"
"errors = l2n.antenna(poly, metal, 10.0 [ [ diode_layer, 50.0 ] ])\n"
"@/code\n"
) +