Skip to content

Commit

Permalink
Rename misspelled module reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbcrail committed Nov 5, 2014
1 parent 98958bc commit a31e3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_back/target/i686_unknown_dragonfly.rs
Expand Up @@ -11,7 +11,7 @@
use target::Target;

pub fn target() -> Target {
let mut base = super::draginfly_base::opts();
let mut base = super::dragonfly_base::opts();
base.pre_link_args.push("-m32".to_string());

Target {
Expand Down

0 comments on commit a31e3d6

Please sign in to comment.