Skip to content

Commit b01c74b

Browse files
committed
Fix typo in vec_graph
1 parent 99320b9 commit b01c74b

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_data_structures/src/graph/vec_graph

1 file changed

+1
-1
lines changed

compiler/rustc_data_structures/src/graph/vec_graph/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ impl<N: Idx> VecGraph<N> {
2929

3030
// Create the *edge starts* array. We are iterating over over
3131
// the (sorted) edge pairs. We maintain the invariant that the
32-
// length of the `node_starts` arary is enough to store the
32+
// length of the `node_starts` array is enough to store the
3333
// current source node -- so when we see that the source node
3434
// for an edge is greater than the current length, we grow the
3535
// edge-starts array by just enough.

0 commit comments

Comments
 (0)