Fix typo.
This commit is contained in:
parent
f145017319
commit
373f8a7a87
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ impl fmt::Display for EvalError {
|
|||
|
||||
/// A stack frame.
|
||||
struct Frame<'a, 'tcx: 'a> {
|
||||
/// The MIR for the fucntion called on this frame.
|
||||
/// The MIR for the function called on this frame.
|
||||
mir: &'a mir::Mir<'tcx>,
|
||||
|
||||
/// A pointer for writing the return value of the current call, if it's not a diverging call.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue