Skip to content

Commit

Permalink
Use the official abbrev.
Browse files Browse the repository at this point in the history
  • Loading branch information
est31 committed Nov 26, 2017
1 parent 755fa9c commit d791798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/session/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1778,7 +1778,7 @@ pub fn build_session_options_and_crate_config(matches: &getopts::Matches)
Some("mir") => BorrowckMode::Mir,
Some("compare") => BorrowckMode::Compare,
Some(m) => {
early_error(error_format, &format!("unknown borrowchk mode `{}`", m))
early_error(error_format, &format!("unknown borrowck mode `{}`", m))
},
};

Expand Down

0 comments on commit d791798

Please sign in to comment.