Skip to content

Commit a31e3d6

Browse files
committed
Rename misspelled module reference.
1 parent 98958bc commit a31e3d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_back/target/i686_unknown_dragonfly.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
use target::Target;
1212

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

1717
Target {

0 commit comments

Comments
 (0)