Skip to content

Commit 29a1e46

Browse files
committed
Fix typos in rustc doc codegen-options
1 parent 1b6cf74 commit 29a1e46

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ See the [Symbol Mangling] chapter for details on symbol mangling and the manglin
584584
This instructs `rustc` to generate code specifically for a particular processor.
585585

586586
You can run `rustc --print target-cpus` to see the valid options to pass
587-
and the default target CPU for the current buid target.
587+
and the default target CPU for the current build target.
588588
Each target has a default base CPU. Special values include:
589589

590590
* `native` can be passed to use the processor of the host machine.

0 commit comments

Comments
 (0)