From 1b5bf2c9ffc9e2d19c6a3dc65c7dda791d891e71 Mon Sep 17 00:00:00 2001 From: James Cherry Date: Wed, 13 Oct 2021 22:36:44 -0700 Subject: [PATCH] comment Signed-off-by: James Cherry --- include/sta/Network.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/sta/Network.hh b/include/sta/Network.hh index 32178fea..6f5c7af6 100644 --- a/include/sta/Network.hh +++ b/include/sta/Network.hh @@ -59,7 +59,7 @@ typedef Map NetDrvrPinsMap; // Bus bit ports, which are one bit of a bus port such as D[0]. // Bus bit ports are always members of a bus. // Instances are calls of cells in the design hierarchy -// Hierarchcial and leaf instances are in the network. +// Hierarchical and leaf instances are in the network. // At the top of the hierarchy is a top level instance that // has instances for the top level netlist. // Pins are a connection between an instance and a net corresponding