Skip to content

Commit 8e423d6

Browse files
committed
fix a typo
1 parent 1a33310 commit 8e423d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/place/move_utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ std::string e_move_result_to_string(e_move_result move_outcome);
335335
* then debugging information should be printed.
336336
*
337337
* @param placer_opts
338-
* @param blk_id The if of the block that is considered to be moved
338+
* @param blk_id The ID of the block that is considered to be moved
339339
*/
340340
void enable_placer_debug(const t_placer_opts& placer_opts,
341341
ClusterBlockId blk_id);

0 commit comments

Comments
 (0)