Skip to content

Commit fe6d541

Browse files
committed
Fix typos in rustc doc platform x86_64h-apple-darwin
1 parent aa6c02d commit fe6d541

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/rustc/src/platform-support/x86_64h-apple-darwin.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ will fail to load on machines that do not support this.
2020

2121
It should support the full standard library (`std` and `alloc` either with
2222
default or user-defined allocators). This target is probably most useful when
23-
targetted via cross-compilation (including from `x86_64-apple-darwin`), but if
23+
targeted via cross-compilation (including from `x86_64-apple-darwin`), but if
2424
built manually, the host tools work.
2525

2626
It is similar to `x86_64-apple-darwin` in nearly all respects, although the
@@ -49,7 +49,7 @@ suite seems to work.
4949

5050
Cross-compilation to this target from Apple hosts should generally work without
5151
much configuration, so long as XCode and the CommandLineTools are installed.
52-
Targetting it from non-Apple hosts is difficult, but no moreso than targetting
52+
Targeting it from non-Apple hosts is difficult, but no more so than targeting
5353
`x86_64-apple-darwin`.
5454

5555
When compiling C code for this target, either the "`x86_64h-apple-macosx*`" LLVM

0 commit comments

Comments
 (0)