about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMeng Xiangzhuo <aumo@foxmail.com>2023-08-15 07:56:34 +0800
committerMeng Xiangzhuo <aumo@foxmail.com>2023-08-15 08:07:11 +0800
commit29a1e468175d3f00ea969141d5e0405825a470fc (patch)
tree18e332ef66a39c8b2fca9a813aab6d6b40d878dd
parent1b6cf7439008b9d3351b0f92049554b884928241 (diff)
downloadrust-29a1e468175d3f00ea969141d5e0405825a470fc.tar.gz
rust-29a1e468175d3f00ea969141d5e0405825a470fc.zip
Fix typos in rustc doc codegen-options
-rw-r--r--src/doc/rustc/src/codegen-options/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc/src/codegen-options/index.md b/src/doc/rustc/src/codegen-options/index.md
index 4622148e869..f882a31de5a 100644
--- a/src/doc/rustc/src/codegen-options/index.md
+++ b/src/doc/rustc/src/codegen-options/index.md
@@ -584,7 +584,7 @@ See the [Symbol Mangling] chapter for details on symbol mangling and the manglin
 This instructs `rustc` to generate code specifically for a particular processor.
 
 You can run `rustc --print target-cpus` to see the valid options to pass
-and the default target CPU for the current buid target.
+and the default target CPU for the current build target.
 Each target has a default base CPU. Special values include:
 
 * `native` can be passed to use the processor of the host machine.