Skip to content

Commit d1589f0

Browse files
committed
rsz: Fix comment
Signed-off-by: Martin Povišer <[email protected]>
1 parent bea4348 commit d1589f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rsz/src/BufferedNet.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ class BufferedNet
280280
int layer_{null_layer};
281281
// only used by via type
282282
int ref_layer_{null_layer};
283-
// only used by buffer, wire, and junc types
283+
// only used by buffer, wire, via, and junc types
284284
BufferedNetPtr ref_;
285285
// only used by junc type
286286
BufferedNetPtr ref2_;

0 commit comments

Comments
 (0)