Fix a typo in a comment.
This commit is contained in:
@@ -612,7 +612,7 @@ where
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// The main algorithm is naturally recursive: when there's a `use_var` in a
|
/// 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
|
/// `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
|
/// space, we keep an explicit stack and use a small state machine rather
|
||||||
/// than literal recursion.
|
/// than literal recursion.
|
||||||
|
|||||||
Reference in New Issue
Block a user