Skip to content

Commit b96d6fb

Browse files
committed
Fix a transposition in driver.rs.
1 parent 684b09b commit b96d6fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_driver/driver.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1172,7 +1172,7 @@ pub fn default_provide_extern(providers: &mut ty::query::Providers) {
11721172
cstore::provide_extern(providers);
11731173
}
11741174

1175-
/// Runs the resolution, typec-hecking, region checking and other
1175+
/// Runs the resolution, type-checking, region checking and other
11761176
/// miscellaneous analysis passes on the crate. Return various
11771177
/// structures carrying the results of the analysis.
11781178
pub fn phase_3_run_analysis_passes<'tcx, F, R>(

0 commit comments

Comments
 (0)