Skip to content

Commit 7b24eaa

Browse files
committed
vpr: Fix comment typo
1 parent 96cd664 commit 7b24eaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vpr/src/place/move_utils.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ e_block_move_result record_macro_macro_swaps(t_pl_blocks_to_be_moved& blocks_aff
217217
//At the moment, we only support blk_to being the first element of the 'to' macro.
218218
//
219219
//For instance, this means that we can swap two carry chains so long as one starts
220-
//below the other (not a big limitation since swapping in the oppostie direction would
221-
//allow these blocks to swap)
220+
//below the other (not a big limitation since swapping in the opposite direction
221+
//allows these blocks to swap)
222222
if (place_ctx.pl_macros[imacro_to].members[0].blk_index != blk_to) {
223223
int imember_to = 0;
224224
auto outcome = record_macro_swaps(blocks_affected, imacro_to, imember_to, -swap_offset);

0 commit comments

Comments
 (0)