Skip to content

Commit 5389ace

Browse files
committed
dbsta: fix function argument name
Signed-off-by: Peter Gadfort <[email protected]>
1 parent 11b3f00 commit 5389ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dbSta/include/db_sta/dbNetwork.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ class dbNetwork : public ConcreteNetwork
163163
const dbIoType& io_type) const;
164164

165165
bool isPGSupply(dbITerm* iterm) const;
166-
bool isPGSupply(dbBTerm* iterm) const;
166+
bool isPGSupply(dbBTerm* bterm) const;
167167
bool isPGSupply(dbNet* net) const;
168168

169169
// dbStaCbk::inDbBTermCreate

0 commit comments

Comments
 (0)