Skip to content

Commit cda115a

Browse files
authored
doc: Fix a typo (#581)
:-)
1 parent 5bef1f2 commit cda115a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1600,7 +1600,7 @@ impl Build {
16001600
cmd.args.push("-march=i686".into());
16011601
}
16021602

1603-
// Looks like `musl-gcc` makes is hard for `-m32` to make its way
1603+
// Looks like `musl-gcc` makes it hard for `-m32` to make its way
16041604
// all the way to the linker, so we need to actually instruct the
16051605
// linker that we're generating 32-bit executables as well. This'll
16061606
// typically only be used for build scripts which transitively use

0 commit comments

Comments
 (0)