rustc: Use consistent casing for names of timed passes

This commit is contained in:
Brian Anderson 2012-03-05 17:44:11 -08:00
parent 0ee96de4ee
commit 602015f902

View File

@ -196,7 +196,7 @@ fn compile_upto(sess: session, cfg: ast::crate_cfg,
if stop_after_codegen { ret {crate: crate, tcx: some(ty_cx)}; }
time(time_passes, "Linking",
time(time_passes, "linking",
bind link::link_binary(sess, outputs.obj_filename,
outputs.out_filename, link_meta));
ret {crate: crate, tcx: some(ty_cx)};