Fix a transposition in driver.rs.

This commit is contained in:
Benjamin Peterson 2019-02-18 17:33:52 -08:00
parent 684b09ba7f
commit b96d6fb4b3

View file

@ -1172,7 +1172,7 @@ pub fn default_provide_extern(providers: &mut ty::query::Providers) {
cstore::provide_extern(providers);
}
/// Runs the resolution, typec-hecking, region checking and other
/// Runs the resolution, type-checking, region checking and other
/// miscellaneous analysis passes on the crate. Return various
/// structures carrying the results of the analysis.
pub fn phase_3_run_analysis_passes<'tcx, F, R>(