about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorMeng Xiangzhuo <aumo@foxmail.com>2023-08-15 07:57:51 +0800
committerMeng Xiangzhuo <aumo@foxmail.com>2023-08-15 08:07:11 +0800
commitfe6d541540c4a26df60934d0ad99676cfc45a08d (patch)
tree6a15aacae01ca661f7a0cbf546d0e77762b1e3a4 /src/doc
parentaa6c02dd40826f54b75939cb6e1d818a197cad12 (diff)
downloadrust-fe6d541540c4a26df60934d0ad99676cfc45a08d.tar.gz
rust-fe6d541540c4a26df60934d0ad99676cfc45a08d.zip
Fix typos in rustc doc platform x86_64h-apple-darwin
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/rustc/src/platform-support/x86_64h-apple-darwin.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/rustc/src/platform-support/x86_64h-apple-darwin.md b/src/doc/rustc/src/platform-support/x86_64h-apple-darwin.md
index 1a6f7bb834c..0fe9d4edaca 100644
--- a/src/doc/rustc/src/platform-support/x86_64h-apple-darwin.md
+++ b/src/doc/rustc/src/platform-support/x86_64h-apple-darwin.md
@@ -20,7 +20,7 @@ will fail to load on machines that do not support this.
 
 It should support the full standard library (`std` and `alloc` either with
 default or user-defined allocators). This target is probably most useful when
-targetted via cross-compilation (including from `x86_64-apple-darwin`), but if
+targeted via cross-compilation (including from `x86_64-apple-darwin`), but if
 built manually, the host tools work.
 
 It is similar to `x86_64-apple-darwin` in nearly all respects, although the
@@ -49,7 +49,7 @@ suite seems to work.
 
 Cross-compilation to this target from Apple hosts should generally work without
 much configuration, so long as XCode and the CommandLineTools are installed.
-Targetting it from non-Apple hosts is difficult, but no moreso than targetting
+Targeting it from non-Apple hosts is difficult, but no more so than targeting
 `x86_64-apple-darwin`.
 
 When compiling C code for this target, either the "`x86_64h-apple-macosx*`" LLVM