Skip to content

Commit 602015f

Browse files
committed
rustc: Use consistent casing for names of timed passes
1 parent 0ee96de commit 602015f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rustc/driver/driver.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ fn compile_upto(sess: session, cfg: ast::crate_cfg,
196196

197197
if stop_after_codegen { ret {crate: crate, tcx: some(ty_cx)}; }
198198

199-
time(time_passes, "Linking",
199+
time(time_passes, "linking",
200200
bind link::link_binary(sess, outputs.obj_filename,
201201
outputs.out_filename, link_meta));
202202
ret {crate: crate, tcx: some(ty_cx)};

0 commit comments

Comments
 (0)