Skip to content

Commit 8e5489c

Browse files
committed
Auto merge of rust-lang#74728 - 16yuki0702:fix_typo, r=jonas-schievink
Fix rustc docs typo.
2 parents bb85981 + 04b2deb commit 8e5489c

File tree

1 file changed

+1
-1
lines changed
  • src/doc/rustc/src/codegen-options

1 file changed

+1
-1
lines changed

src/doc/rustc/src/codegen-options/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This option is deprecated and does nothing.
1212
This option lets you choose which code model to use. \
1313
Code models put constraints on address ranges that the program and its symbols may use. \
1414
With smaller address ranges machine instructions
15-
may be able to use use more compact addressing modes.
15+
may be able to use more compact addressing modes.
1616

1717
The specific ranges depend on target architectures and addressing modes available to them. \
1818
For x86 more detailed description of its code models can be found in

0 commit comments

Comments
 (0)