]> git.lizzy.rs Git - rust.git/commitdiff
Fix rustc docs typo.
author16yuki0702 <hs19870702@gmail.com>
Sat, 25 Jul 2020 01:14:14 +0000 (10:14 +0900)
committer16yuki0702 <hs19870702@gmail.com>
Sat, 25 Jul 2020 01:14:14 +0000 (10:14 +0900)
src/doc/rustc/src/codegen-options/index.md

index 35904e15d3feeaa596f58772a70bcd92fb1cd848..7b0280d5b78a74bc2b014782e1e113aebd11ae86 100644 (file)
@@ -12,7 +12,7 @@ This option is deprecated and does nothing.
 This option lets you choose which code model to use. \
 Code models put constraints on address ranges that the program and its symbols may use. \
 With smaller address ranges machine instructions
-may be able to use use more compact addressing modes.
+may be able to use more compact addressing modes.
 
 The specific ranges depend on target architectures and addressing modes available to them. \
 For x86 more detailed description of its code models can be found in