mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-21 20:17:55 +00:00
Fix typo.
This commit is contained in:
parent
f145017319
commit
373f8a7a87
@ -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…
Reference in New Issue
Block a user