Skip to content

Commit 499042b

Browse files
committed
Adjusted length of comment
Signed-off-by: Ethan Rogers <[email protected]>
1 parent 1c09683 commit 499042b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/rr_graph_view/uses_of_xlow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ while (tptr != nullptr) {
6767
6868
else if (curr_type == CHANX || curr_type == CHANY) {
6969
segments++;
70-
length += 1 + device_ctx.rr_nodes[inode].xhigh() - device_ctx.rr_nodes[inode].xlow() // <----------------------------- Use of xlow()
70+
length += 1 + device_ctx.rr_nodes[inode].xhigh() - device_ctx.rr_nodes[inode].xlow() // <-- Use of xlow()
7171
+ device_ctx.rr_nodes[inode].yhigh() - device_ctx.rr_nodes[inode].ylow();
7272
7373
if (curr_type != prev_type && (prev_type == CHANX || prev_type == CHANY))

0 commit comments

Comments
 (0)