Fix a typo in a comment.

This commit is contained in:
Dan Gohman
2017-10-19 08:39:35 -07:00
parent 57b81a179e
commit 1a1774af15

View File

@@ -612,7 +612,7 @@ where
}
/// The main algorithm is naturally recursive: when there's a `use_var` in a
/// block with no correspondin local defs, it recurses and performs a
/// block with no corresponding local defs, it recurses and performs a
/// `use_var` in each predecessor. To avoid risking running out of callstack
/// space, we keep an explicit stack and use a small state machine rather
/// than literal recursion.