Skip to content

Commit 9dc6f5d

Browse files
committed
optbarriers: comment typo
1 parent 2ac0d34 commit 9dc6f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

passes/cmds/optbarriers.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ struct OptBarriersPass : public Pass {
294294
// somewhere in the process and we want to add a barrier to b:
295295
// a <- b
296296
// b <- a
297-
// There is a path from b to itself through $a, so we add wire b\b to
297+
// There is a path from b to itself through a, so we add wire b\b to
298298
// represent the pre-barrier version of b and a\b to represent
299299
// the version of a that sees a pre-barrier version of b. We then
300300
// correspondingly add these paths to the assignments and a barrier:

0 commit comments

Comments
 (0)