mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-03 01:16:14 +03:00
Fix typo.
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
|
||||
|
||||
/// 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.
|
||||
|
||||
Reference in New Issue
Block a user