Skip to content

Commit 2f9fa19

Browse files
committed
Rollup merge of #58568 - benjaminp:driver-trans, r=wesleywiser
Fix a transposition in driver.rs.
2 parents 09c85a1 + b96d6fb commit 2f9fa19

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)